#D22F31

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

Shades of Mahogany #D22F31

Tints of Mahogany #D22F31

Color information

#D22F31 (or 0xD22F31) is unknown color: approx Mahogany. HEX triplet: D2, 2F and 31. RGB value is (210,47,49). Sum of RGB (Red+Green+Blue) = 210+47+49=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F31 is #2DD0CE. Grayscale: #606060. Windows color (decimal): -3002575 or 3223506. OLE color: 3223506.

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

Color convert

RGB2104749-
CMYK00.780.770.18
HSL359.26º64.43%50.39%-
HSV(B)359.26º77.62%82.35%-
XYZ28.1515.964.5-
YUV95.96101.5209.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 68.63%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=68.63%
G=15.36%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210474900.780.770.18359.2664.4350.39
HexD22F3104E4D121674032
Octal322576101161152254710062
Binary11010010101111110001010011101001101100101011001111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22F31; }

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

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

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

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

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

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

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

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