#D2373B

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

Shades of Mahogany #D2373B

Tints of Mahogany #D2373B

Color information

#D2373B (or 0xD2373B) is unknown color: approx Mahogany. HEX triplet: D2, 37 and 3B. RGB value is (210,55,59). Sum of RGB (Red+Green+Blue) = 210+55+59=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2373B is #2DC8C4. Grayscale: #656565. Windows color (decimal): -3000517 or 3880914. OLE color: 3880914.

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

Color convert

RGB2105559-
CMYK00.740.720.18
HSL358.45º63.27%51.96%-
HSV(B)358.45º73.81%82.35%-
XYZ28.7316.755.86-
YUV101.8103.85205.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.81%
GREEN value IS 55 (21.88% from 255) = 16.98%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=64.81%
G=16.98%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210555900.740.720.18358.4563.2751.96
HexD2373B04A48121663f34
Octal32267730112110225467764
Binary1101001011011111101101001010100100010010101100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2373B; }

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

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

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

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

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

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

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

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