#D33C3F

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

Shades of Mahogany #D33C3F

Tints of Mahogany #D33C3F

Color information

#D33C3F (or 0xD33C3F) is unknown color: approx Mahogany. HEX triplet: D3, 3C and 3F. RGB value is (211,60,63). Sum of RGB (Red+Green+Blue) = 211+60+63=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C3F is #2CC3C0. Grayscale: #696969. Windows color (decimal): -2933697 or 4144339. OLE color: 4144339.

HSL color Cylindrical-coordinate representation of color #D33C3F: hue angle of 358.81º 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 #D33C3F is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2116063-
CMYK00.720.700.17
HSL358.81º63.18%53.14%-
HSV(B)358.81º71.56%82.75%-
XYZ29.3817.446.52-
YUV105.49104.03203.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.17%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 63 (25% from 255) = 18.86%
R=63.17%
G=17.96%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211606300.720.700.17358.8163.1853.14
HexD33C3F04846111673f35
Octal32374770110106215477765
Binary1101001111110011111101001000100011010001101100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33C3F; }

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

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

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

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

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

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

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

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