#D02849

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

Shades of Brick Red #D02849

Tints of Brick Red #D02849

Color information

#D02849 (or 0xD02849) is unknown color: approx Brick Red. HEX triplet: D0, 28 and 49. RGB value is (208,40,73). Sum of RGB (Red+Green+Blue) = 208+40+73=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D02849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02849 is #2FD7B6. Grayscale: #5E5E5E. Windows color (decimal): -3135415 or 4794576. OLE color: 4794576.

HSL color Cylindrical-coordinate representation of color #D02849: hue angle of 348.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02849 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2084073-
CMYK00.810.650.18
HSL348.21º67.74%48.63%-
HSV(B)348.21º80.77%81.57%-
XYZ27.9715.417.8-
YUV93.99116.16209.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.80%
GREEN value IS 40 (16.02% from 255) = 12.46%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=64.80%
G=12.46%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208407300.810.650.18348.2167.7448.63
HexD02849051411215c4431
Octal3205011101211012253410461
Binary110100001010001001001010100011000001100101010111001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02849; }

 p { color: rgb(208,40,73); }

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

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

 a { background-color: rgb(208,40,73); }

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

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

 span { border-color: rgb(208,40,73); }

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