Html Css Color HEX #D24446 Mahogany

📋 copy color: '#D24446'

red 210 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #D24446

Tints of Mahogany #D24446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 60.34%
G = 19.54%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D24446 (or 0xD24446) is known color: Mahogany. HEX triplet: D2, 44 and 46. RGB value is (210,68,70). Sum of RGB (Red+Green+Blue) = 210+68+70=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D24446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24446 is #2DBBB9. Grayscale: #6E6E6E. Windows color (decimal): -2997178 or 4605138. OLE color: 4605138.

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

Color convert

RGB 210 68 70 -
CMYK 0 0.68 0.67 0.18
HSL 359.15º 0.61% 0.55% -
HSV(B) 359.15º 0.68% 0.82% -
XYZ 29.75 18.28 7.75 -
YUV 110.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 210 68 70 0 0.68 0.67 0.18 359.15 0.61 0.55
Hex D2 44 46 0 44 43 12 167 3D 37
Octal 322 104 106 0 104 103 22 547 75 67
Binary 11010010 1000100 1000110 0 1000100 1000011 10010 101100111 111101 110111

Color Harmonies of #D24446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24446

Black with #D24446

Text Example


Text Example

White with #D24446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24446; }

 p { color: rgb(210,68,70); }

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

background-color css

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

 a { background-color: rgb(210,68,70); }

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

border-color css

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

 span { border-color: rgb(210,68,70); }

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