#D63248

Color #D63248 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D63248

Tints of Brick Red #D63248

Color information

#D63248 (or 0xD63248) is unknown color: approx Brick Red. HEX triplet: D6, 32 and 48. RGB value is (214,50,72). Sum of RGB (Red+Green+Blue) = 214+50+72=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63248 is #29CDB7. Grayscale: #656565. Windows color (decimal): -2739640 or 4731606. OLE color: 4731606.

HSL color Cylindrical-coordinate representation of color #D63248: hue angle of 351.95º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63248 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2145072-
CMYK00.770.660.16
HSL351.95º66.67%51.76%-
HSV(B)351.95º76.64%83.92%-
XYZ30.0417.057.84-
YUV101.54111.33208.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 63.69%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=63.69%
G=14.88%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214507200.770.660.16351.9566.6751.76
HexD6324804D42101604334
Octal3266211001151022054010364
Binary110101101100101001000010011011000010100001011000001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63248; }

 p { color: rgb(214,50,72); }

 H1.HeaderClassName
 {
   color: #D63248;
 }
 .AnyTagClassName
 {
   color: #D63248;
 }
</style>
background-color css

<style>
 a { background-color: #D63248; }

 a { background-color: rgb(214,50,72); }

 div.DivClassName
 {
   background-color: #D63248;
 }
 .BgClassName
 {
   background-color: #D63248;
 }
</style>
border-color css

<style>
 span { border-color: #D63248; }

 span { border-color: rgb(214,50,72); }

 td.TdClassName
 {
   border-color: #D63248;
 }
 .TagClassName
 {
   border-color: #D63248;
 }
</style>