#D03E49

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

Shades of Brick Red #D03E49

Tints of Brick Red #D03E49

Color information

#D03E49 (or 0xD03E49) is unknown color: approx Brick Red. HEX triplet: D0, 3E and 49. RGB value is (208,62,73). Sum of RGB (Red+Green+Blue) = 208+62+73=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E49 is #2FC1B6. Grayscale: #6B6B6B. Windows color (decimal): -3129783 or 4800208. OLE color: 4800208.

HSL color Cylindrical-coordinate representation of color #D03E49: hue angle of 355.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03E49 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2086273-
CMYK00.700.650.18
HSL355.48º60.83%52.94%-
HSV(B)355.48º70.19%81.57%-
XYZ28.9417.348.12-
YUV106.91108.87200.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.64%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=60.64%
G=18.08%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208627300.700.650.18355.4860.8352.94
HexD03E4904641121633d35
Octal320761110106101225437565
Binary11010000111110100100101000110100000110010101100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E49; }

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

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

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

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

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

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

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

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