#D02E34

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

Shades of Mahogany #D02E34

Tints of Mahogany #D02E34

Color information

#D02E34 (or 0xD02E34) is unknown color: approx Mahogany. HEX triplet: D0, 2E and 34. RGB value is (208,46,52). Sum of RGB (Red+Green+Blue) = 208+46+52=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02E34 is #2FD1CB. Grayscale: #5F5F5F. Windows color (decimal): -3133900 or 3419856. OLE color: 3419856.

HSL color Cylindrical-coordinate representation of color #D02E34: hue angle of 357.78º 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 #D02E34 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB2084652-
CMYK00.780.750.18
HSL357.78º63.78%49.8%-
HSV(B)357.78º77.88%81.57%-
XYZ27.6115.614.81-
YUV95.12103.67208.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.97%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=67.97%
G=15.03%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208465200.780.750.18357.7863.7849.8
HexD02E3404E4B121664032
Octal320566401161132254610062
Binary11010000101110110100010011101001011100101011001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02E34; }

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

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

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

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

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

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

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

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