#D23137

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

Shades of Mahogany #D23137

Tints of Mahogany #D23137

Color information

#D23137 (or 0xD23137) is unknown color: approx Mahogany. HEX triplet: D2, 31 and 37. RGB value is (210,49,55). Sum of RGB (Red+Green+Blue) = 210+49+55=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D23137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23137 is #2DCEC8. Grayscale: #616161. Windows color (decimal): -3002057 or 3617234. OLE color: 3617234.

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

Color convert

RGB2104955-
CMYK00.770.740.18
HSL357.76º64.14%50.78%-
HSV(B)357.76º76.67%82.35%-
XYZ28.3716.175.24-
YUV97.82103.84208.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.88%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=66.88%
G=15.61%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210495500.770.740.18357.7664.1450.78
HexD2313704D4A121664033
Octal322616701151122254610063
Binary11010010110001110111010011011001010100101011001101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23137; }

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

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

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

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

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

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

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

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