Html Css Color HEX #D24142 Mahogany

📋 copy color: '#D24142'

red 210 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #D24142

Tints of Mahogany #D24142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 61.58%
G = 19.06%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24142 (or 0xD24142) is known color: Mahogany. HEX triplet: D2, 41 and 42. RGB value is (210,65,66). Sum of RGB (Red+Green+Blue) = 210+65+66=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D24142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24142 is #2DBEBD. Grayscale: #6C6C6C. Windows color (decimal): -2997950 or 4342226. OLE color: 4342226.

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

Color convert

RGB 210 65 66 -
CMYK 0 0.69 0.69 0.18
HSL 359.59º 0.62% 0.54% -
HSV(B) 359.59º 0.69% 0.82% -
XYZ 29.45 17.88 7.05 -
YUV 108.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 210 65 66 0 0.69 0.69 0.18 359.59 0.62 0.54
Hex D2 41 42 0 45 45 12 168 3E 36
Octal 322 101 102 0 105 105 22 550 76 66
Binary 11010010 1000001 1000010 0 1000101 1000101 10010 101101000 111110 110110

Color Harmonies of #D24142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24142

Black with #D24142

Text Example


Text Example

White with #D24142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24142; }

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

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

background-color css

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

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

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

border-color css

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

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

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