#D33C42

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

Shades of Mahogany #D33C42

Tints of Mahogany #D33C42

Color information

#D33C42 (or 0xD33C42) is unknown color: approx Mahogany. HEX triplet: D3, 3C and 42. RGB value is (211,60,66). Sum of RGB (Red+Green+Blue) = 211+60+66=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C42 is #2CC3BD. Grayscale: #696969. Windows color (decimal): -2933694 or 4340947. OLE color: 4340947.

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

Color convert

RGB2116066-
CMYK00.720.690.17
HSL357.62º63.18%53.14%-
HSV(B)357.62º71.56%82.75%-
XYZ29.4617.476.97-
YUV105.83105.53203.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.61%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=62.61%
G=17.80%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211606600.720.690.17357.6263.1853.14
HexD33C4204845111663f35
Octal323741020110105215467765
Binary11010011111100100001001001000100010110001101100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33C42; }

 p { color: rgb(211,60,66); }

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

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

 a { background-color: rgb(211,60,66); }

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

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

 span { border-color: rgb(211,60,66); }

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