#D42E3B

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

Shades of Mahogany #D42E3B

Tints of Mahogany #D42E3B

Color information

#D42E3B (or 0xD42E3B) is unknown color: approx Mahogany. HEX triplet: D4, 2E and 3B. RGB value is (212,46,59). Sum of RGB (Red+Green+Blue) = 212+46+59=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E3B is #2BD1C4. Grayscale: #616161. Windows color (decimal): -2871749 or 3878612. OLE color: 3878612.

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

Color convert

RGB2124659-
CMYK00.780.720.17
HSL355.3º65.87%50.59%-
HSV(B)355.3º78.3%83.14%-
XYZ28.9216.275.75-
YUV97.12106.5209.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.88%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=66.88%
G=14.51%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212465900.780.720.17355.365.8750.59
HexD42E3B04E48111634233
Octal324567301161102154310263
Binary11010100101110111011010011101001000100011011000111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42E3B; }

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

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

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

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

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

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

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

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