#D24345

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

Shades of Mahogany #D24345

Tints of Mahogany #D24345

Color information

#D24345 (or 0xD24345) is unknown color: approx Mahogany. HEX triplet: D2, 43 and 45. RGB value is (210,67,69). Sum of RGB (Red+Green+Blue) = 210+67+69=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24345 is #2DBCBA. Grayscale: #6E6E6E. Windows color (decimal): -2997435 or 4539346. OLE color: 4539346.

HSL color Cylindrical-coordinate representation of color #D24345: hue angle of 359.16º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24345 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2106769-
CMYK00.680.670.18
HSL359.16º61.37%54.31%-
HSV(B)359.16º68.1%82.35%-
XYZ29.6618.157.57-
YUV109.98104.88199.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.69%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=60.69%
G=19.36%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210676900.680.670.18359.1661.3754.31
HexD2434504443121673d36
Octal3221031050104103225477566
Binary110100101000011100010101000100100001110010101100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24345; }

 p { color: rgb(210,67,69); }

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

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

 a { background-color: rgb(210,67,69); }

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

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

 span { border-color: rgb(210,67,69); }

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