Html Css Color HEX #D24144 Mahogany

📋 copy color: '#D24144'

red 210 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D24144

Tints of Mahogany #D24144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 61.22%
G = 18.95%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D24144 (or 0xD24144) is known color: Mahogany. HEX triplet: D2, 41 and 44. RGB value is (210,65,68). Sum of RGB (Red+Green+Blue) = 210+65+68=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D24144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24144 is #2DBEBB. Grayscale: #6C6C6C. Windows color (decimal): -2997948 or 4473298. OLE color: 4473298.

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

Color convert

RGB 210 65 68 -
CMYK 0 0.69 0.68 0.18
HSL 358.76º 0.62% 0.54% -
HSV(B) 358.76º 0.69% 0.82% -
XYZ 29.51 17.9 7.37 -
YUV 108.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 210 65 68 0 0.69 0.68 0.18 358.76 0.62 0.54
Hex D2 41 44 0 45 44 12 167 3E 36
Octal 322 101 104 0 105 104 22 547 76 66
Binary 11010010 1000001 1000100 0 1000101 1000100 10010 101100111 111110 110110

Color Harmonies of #D24144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24144

Black with #D24144

Text Example


Text Example

White with #D24144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24144; }

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

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

background-color css

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

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

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

border-color css

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

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

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