Html Css Color HEX #D24047 Mahogany

📋 copy color: '#D24047'

red 210 ◦ green 64 ◦ blue 71

#D24047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #D24047

Tints of Mahogany #D24047

RGB

 RED value IS 210 (82.42% from 255) = 60.87%

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 60.87%
G = 18.55%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D24047 (or 0xD24047) is known color: Mahogany. HEX triplet: D2, 40 and 47. RGB value is (210,64,71). Sum of RGB (Red+Green+Blue) = 210+64+71=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D24047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24047 is #2DBFB8. Grayscale: #6C6C6C. Windows color (decimal): -2998201 or 4669650. OLE color: 4669650.

HSL color Cylindrical-coordinate representation of color #D24047: hue angle of 357.12º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24047 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 71 -
CMYK 0 0.70 0.66 0.18
HSL 357.12º 0.62% 0.54% -
HSV(B) 357.12º 0.7% 0.82% -
XYZ 29.55 17.82 7.84 -
YUV 108.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 210 64 71 0 0.70 0.66 0.18 357.12 0.62 0.54
Hex D2 40 47 0 46 42 12 165 3E 36
Octal 322 100 107 0 106 102 22 545 76 66
Binary 11010010 1000000 1000111 0 1000110 1000010 10010 101100101 111110 110110

Color Harmonies of #D24047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24047

Black with #D24047

Text Example


Text Example

White with #D24047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24047; }

 p { color: rgb(210,64,71); }

 H1.HeaderClassName
 {
   color: #D24047;
 }
 .AnyTagClassName
 {
   color: #D24047;
 }
</style>

background-color css

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

 a { background-color: rgb(210,64,71); }

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

border-color css

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

 span { border-color: rgb(210,64,71); }

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