#d42a30

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

Shades of Mahogany #D42A30

Tints of Mahogany #D42A30

Color information

#D42A30 (or 0xD42A30) is unknown color: approx Mahogany. HEX triplet: D4, 2A and 30. RGB value is (212,42,48). Sum of RGB (Red+Green+Blue) = 212+42+48=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42A30 is #2BD5CF. Grayscale: #5D5D5D. Windows color (decimal): -2872784 or 3156692. OLE color: 3156692.

HSL color Cylindrical-coordinate representation of color #D42A30: hue angle of 357.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A30 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB2124248-
CMYK00.800.770.17
HSL357.88º66.93%49.8%-
HSV(B)357.88º80.19%83.14%-
XYZ28.5115.874.36-
YUV93.51102.32212.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 70.20%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=70.20%
G=13.91%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212424800.800.770.17357.8866.9349.8
HexD42A300504D111664332
Octal324526001201152154610362
Binary11010100101010110000010100001001101100011011001101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d42a30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d42a30; }

 p { color: rgb(212,42,48); }

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

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

 a { background-color: rgb(212,42,48); }

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

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

 span { border-color: rgb(212,42,48); }

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