#D2333E

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

Shades of Mahogany #D2333E

Tints of Mahogany #D2333E

Color information

#D2333E (or 0xD2333E) is unknown color: approx Mahogany. HEX triplet: D2, 33 and 3E. RGB value is (210,51,62). Sum of RGB (Red+Green+Blue) = 210+51+62=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333E is #2DCCC1. Grayscale: #636363. Windows color (decimal): -3001538 or 4076498. OLE color: 4076498.

HSL color Cylindrical-coordinate representation of color #D2333E: hue angle of 355.85º 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 #D2333E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2105162-
CMYK00.760.700.18
HSL355.85º63.86%51.18%-
HSV(B)355.85º75.71%82.35%-
XYZ28.6316.426.22-
YUV99.8106.68206.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.02%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=65.02%
G=15.79%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210516200.760.700.18355.8563.8651.18
HexD2333E04C46121644033
Octal322637601141062254410063
Binary11010010110011111110010011001000110100101011001001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2333E; }

 p { color: rgb(210,51,62); }

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

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

 a { background-color: rgb(210,51,62); }

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

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

 span { border-color: rgb(210,51,62); }

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