#D23237

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

Shades of Mahogany #D23237

Tints of Mahogany #D23237

Color information

#D23237 (or 0xD23237) is unknown color: approx Mahogany. HEX triplet: D2, 32 and 37. RGB value is (210,50,55). Sum of RGB (Red+Green+Blue) = 210+50+55=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D23237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23237 is #2DCDC8. Grayscale: #626262. Windows color (decimal): -3001801 or 3617490. OLE color: 3617490.

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

Color convert

RGB2105055-
CMYK00.760.740.18
HSL358.12º64%50.98%-
HSV(B)358.12º76.19%82.35%-
XYZ28.4116.265.26-
YUV98.41103.51207.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=66.67%
G=15.87%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210505500.760.740.18358.126450.98
HexD2323704C4A121664033
Octal322626701141122254610063
Binary11010010110010110111010011001001010100101011001101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23237; }

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

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

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

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

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

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

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

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