#D2333F

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

Shades of Mahogany #D2333F

Tints of Mahogany #D2333F

Color information

#D2333F (or 0xD2333F) is unknown color: approx Mahogany. HEX triplet: D2, 33 and 3F. RGB value is (210,51,63). Sum of RGB (Red+Green+Blue) = 210+51+63=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333F is #2DCCC0. Grayscale: #646464. Windows color (decimal): -3001537 or 4142034. OLE color: 4142034.

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

Color convert

RGB2105163-
CMYK00.760.700.18
HSL355.47º63.86%51.18%-
HSV(B)355.47º75.71%82.35%-
XYZ28.6616.436.36-
YUV99.91107.18206.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.81%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 63 (25% from 255) = 19.44%
R=64.81%
G=15.74%
B=19.44%

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
Decimal210516300.760.700.18355.4763.8651.18
HexD2333F04C46121634033
Octal322637701141062254310063
Binary11010010110011111111010011001000110100101011000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2333F; }

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

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

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

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

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

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

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

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