Html Css Color HEX #D24148 Mahogany

📋 copy color: '#D24148'

red 210 ◦ green 65 ◦ blue 72

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

Shades of Mahogany #D24148

Tints of Mahogany #D24148

RGB

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

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

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

R = 60.52%
G = 18.73%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D24148 (or 0xD24148) is known color: Mahogany. HEX triplet: D2, 41 and 48. RGB value is (210,65,72). Sum of RGB (Red+Green+Blue) = 210+65+72=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D24148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24148 is #2DBEB7. Grayscale: #6D6D6D. Windows color (decimal): -2997944 or 4735442. OLE color: 4735442.

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

Color convert

RGB 210 65 72 -
CMYK 0 0.69 0.66 0.18
HSL 357.1º 0.62% 0.54% -
HSV(B) 357.1º 0.69% 0.82% -
XYZ 29.64 17.95 8.03 -
YUV 109.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 210 65 72 0 0.69 0.66 0.18 357.1 0.62 0.54
Hex D2 41 48 0 45 42 12 165 3E 36
Octal 322 101 110 0 105 102 22 545 76 66
Binary 11010010 1000001 1001000 0 1000101 1000010 10010 101100101 111110 110110

Color Harmonies of #D24148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24148

Black with #D24148

Text Example


Text Example

White with #D24148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24148; }

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

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

background-color css

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

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

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

border-color css

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

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

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