#D02E3B

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

Shades of Mahogany #D02E3B

Tints of Mahogany #D02E3B

Color information

#D02E3B (or 0xD02E3B) is unknown color: approx Mahogany. HEX triplet: D0, 2E and 3B. RGB value is (208,46,59). Sum of RGB (Red+Green+Blue) = 208+46+59=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E3B is #2FD1C4. Grayscale: #606060. Windows color (decimal): -3133893 or 3878608. OLE color: 3878608.

HSL color Cylindrical-coordinate representation of color #D02E3B: hue angle of 355.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02E3B is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2084659-
CMYK00.780.720.18
HSL355.19º63.78%49.8%-
HSV(B)355.19º77.88%81.57%-
XYZ27.7815.685.7-
YUV95.92107.17207.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=66.45%
G=14.70%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208465900.780.720.18355.1963.7849.8
HexD02E3B04E48121634032
Octal320567301161102254310062
Binary11010000101110111011010011101001000100101011000111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02E3B; }

 p { color: rgb(208,46,59); }

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

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

 a { background-color: rgb(208,46,59); }

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

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

 span { border-color: rgb(208,46,59); }

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