#D2373C

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

Shades of Mahogany #D2373C

Tints of Mahogany #D2373C

Color information

#D2373C (or 0xD2373C) is unknown color: approx Mahogany. HEX triplet: D2, 37 and 3C. RGB value is (210,55,60). Sum of RGB (Red+Green+Blue) = 210+55+60=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2373C is #2DC8C3. Grayscale: #666666. Windows color (decimal): -3000516 or 3946450. OLE color: 3946450.

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

Color convert

RGB2105560-
CMYK00.740.710.18
HSL358.06º63.27%51.96%-
HSV(B)358.06º73.81%82.35%-
XYZ28.7616.765.99-
YUV101.92104.35205.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.62%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=64.62%
G=16.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210556000.740.710.18358.0663.2751.96
HexD2373C04A47121663f34
Octal32267740112107225467764
Binary1101001011011111110001001010100011110010101100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2373C; }

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

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

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

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

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

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

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

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