#D42D34

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

Shades of Mahogany #D42D34

Tints of Mahogany #D42D34

Color information

#D42D34 (or 0xD42D34) is unknown color: approx Mahogany. HEX triplet: D4, 2D and 34. RGB value is (212,45,52). Sum of RGB (Red+Green+Blue) = 212+45+52=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D34 is #2BD2CB. Grayscale: #5F5F5F. Windows color (decimal): -2872012 or 3419604. OLE color: 3419604.

HSL color Cylindrical-coordinate representation of color #D42D34: hue angle of 357.49º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D34 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2124552-
CMYK00.790.750.17
HSL357.49º66.01%50.39%-
HSV(B)357.49º78.77%83.14%-
XYZ28.7116.124.85-
YUV95.73103.33210.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 68.61%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=68.61%
G=14.56%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212455200.790.750.17357.4966.0150.39
HexD42D3404F4B111654232
Octal324556401171132154510262
Binary11010100101101110100010011111001011100011011001011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D34; }

 p { color: rgb(212,45,52); }

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

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

 a { background-color: rgb(212,45,52); }

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

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

 span { border-color: rgb(212,45,52); }

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