Html Css Color HEX #D24145 Mahogany

📋 copy color: '#D24145'

red 210 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #D24145

Tints of Mahogany #D24145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.06%

R = 61.05%
G = 18.9%
B = 20.06%

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

#D24145 (or 0xD24145) is known color: Mahogany. HEX triplet: D2, 41 and 45. RGB value is (210,65,69). Sum of RGB (Red+Green+Blue) = 210+65+69=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D24145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24145 is #2DBEBA. Grayscale: #6C6C6C. Windows color (decimal): -2997947 or 4538834. OLE color: 4538834.

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

Color convert

RGB 210 65 69 -
CMYK 0 0.69 0.67 0.18
HSL 358.34º 0.62% 0.54% -
HSV(B) 358.34º 0.69% 0.82% -
XYZ 29.54 17.91 7.53 -
YUV 108.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 210 65 69 0 0.69 0.67 0.18 358.34 0.62 0.54
Hex D2 41 45 0 45 43 12 166 3E 36
Octal 322 101 105 0 105 103 22 546 76 66
Binary 11010010 1000001 1000101 0 1000101 1000011 10010 101100110 111110 110110

Color Harmonies of #D24145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24145

Black with #D24145

Text Example


Text Example

White with #D24145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24145; }

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

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

background-color css

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

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

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

border-color css

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

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

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