Html Css Color HEX #D24048 Mahogany

📋 copy color: '#D24048'

red 210 ◦ green 64 ◦ blue 72

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

Shades of Mahogany #D24048

Tints of Mahogany #D24048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 60.69%
G = 18.5%
B = 20.81%

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

#D24048 (or 0xD24048) is known color: Mahogany. HEX triplet: D2, 40 and 48. RGB value is (210,64,72). Sum of RGB (Red+Green+Blue) = 210+64+72=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24048 is #2DBFB7. Grayscale: #6C6C6C. Windows color (decimal): -2998200 or 4735186. OLE color: 4735186.

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

Color convert

RGB 210 64 72 -
CMYK 0 0.70 0.66 0.18
HSL 356.71º 0.62% 0.54% -
HSV(B) 356.71º 0.7% 0.82% -
XYZ 29.58 17.84 8.01 -
YUV 108.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 210 64 72 0 0.70 0.66 0.18 356.71 0.62 0.54
Hex D2 40 48 0 46 42 12 165 3E 36
Octal 322 100 110 0 106 102 22 545 76 66
Binary 11010010 1000000 1001000 0 1000110 1000010 10010 101100101 111110 110110

Color Harmonies of #D24048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24048

Black with #D24048

Text Example


Text Example

White with #D24048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24048; }

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

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

background-color css

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

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

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

border-color css

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

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

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