Html Css Color HEX #D24246 Mahogany

📋 copy color: '#D24246'

red 210 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #D24246

Tints of Mahogany #D24246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

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

R = 60.69%
G = 19.08%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D24246 (or 0xD24246) is known color: Mahogany. HEX triplet: D2, 42 and 46. RGB value is (210,66,70). Sum of RGB (Red+Green+Blue) = 210+66+70=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24246 is #2DBDB9. Grayscale: #6D6D6D. Windows color (decimal): -2997690 or 4604626. OLE color: 4604626.

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

Color convert

RGB 210 66 70 -
CMYK 0 0.69 0.67 0.18
HSL 358.33º 0.62% 0.54% -
HSV(B) 358.33º 0.69% 0.82% -
XYZ 29.63 18.04 7.71 -
YUV 109.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 210 66 70 0 0.69 0.67 0.18 358.33 0.62 0.54
Hex D2 42 46 0 45 43 12 166 3E 36
Octal 322 102 106 0 105 103 22 546 76 66
Binary 11010010 1000010 1000110 0 1000101 1000011 10010 101100110 111110 110110

Color Harmonies of #D24246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24246

Black with #D24246

Text Example


Text Example

White with #D24246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24246; }

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

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

background-color css

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

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

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

border-color css

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

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

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