#D22D32

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

Shades of Mahogany #D22D32

Tints of Mahogany #D22D32

Color information

#D22D32 (or 0xD22D32) is unknown color: approx Mahogany. HEX triplet: D2, 2D and 32. RGB value is (210,45,50). Sum of RGB (Red+Green+Blue) = 210+45+50=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D32 is #2DD2CD. Grayscale: #5F5F5F. Windows color (decimal): -3003086 or 3288530. OLE color: 3288530.

HSL color Cylindrical-coordinate representation of color #D22D32: hue angle of 358.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22D32 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2104550-
CMYK00.790.760.18
HSL358.18º64.71%50%-
HSV(B)358.18º78.57%82.35%-
XYZ28.0915.814.59-
YUV94.9102.66210.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 68.85%
GREEN value IS 45 (17.97% from 255) = 14.75%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=68.85%
G=14.75%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210455000.790.760.18358.1864.7150
HexD22D3204F4C121664132
Octal322556201171142254610162
Binary11010010101101110010010011111001100100101011001101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22D32; }

 p { color: rgb(210,45,50); }

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

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

 a { background-color: rgb(210,45,50); }

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

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

 span { border-color: rgb(210,45,50); }

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