#D2252F

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

Shades of Mahogany #D2252F

Tints of Mahogany #D2252F

Color information

#D2252F (or 0xD2252F) is unknown color: approx Mahogany. HEX triplet: D2, 25 and 2F. RGB value is (210,37,47). Sum of RGB (Red+Green+Blue) = 210+37+47=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2252F is #2DDAD0. Grayscale: #5A5A5A. Windows color (decimal): -3005137 or 3089874. OLE color: 3089874.

HSL color Cylindrical-coordinate representation of color #D2252F: hue angle of 356.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2252F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2103747-
CMYK00.820.780.18
HSL356.53º70.04%48.43%-
HSV(B)356.53º82.38%82.35%-
XYZ27.7515.234.17-
YUV89.87103.81213.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.43%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=71.43%
G=12.59%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210374700.820.780.18356.5370.0448.43
HexD2252F0524E121654630
Octal322455701221162254510660
Binary11010010100101101111010100101001110100101011001011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2252F; }

 p { color: rgb(210,37,47); }

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

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

 a { background-color: rgb(210,37,47); }

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

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

 span { border-color: rgb(210,37,47); }

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