Html Css Color HEX #D44047 Mahogany

📋 copy color: '#D44047'

red 212 ◦ green 64 ◦ blue 71

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

Shades of Mahogany #D44047

Tints of Mahogany #D44047

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 61.1%
G = 18.44%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D44047 (or 0xD44047) is known color: Mahogany. HEX triplet: D4, 40 and 47. RGB value is (212,64,71). Sum of RGB (Red+Green+Blue) = 212+64+71=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D44047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44047 is #2BBFB8. Grayscale: #6D6D6D. Windows color (decimal): -2867129 or 4669652. OLE color: 4669652.

HSL color Cylindrical-coordinate representation of color #D44047: hue angle of 357.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44047 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 71 -
CMYK 0 0.70 0.67 0.17
HSL 357.16º 0.63% 0.54% -
HSV(B) 357.16º 0.7% 0.83% -
XYZ 30.12 18.12 7.87 -
YUV 109.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 212 64 71 0 0.70 0.67 0.17 357.16 0.63 0.54
Hex D4 40 47 0 46 43 11 165 3F 36
Octal 324 100 107 0 106 103 21 545 77 66
Binary 11010100 1000000 1000111 0 1000110 1000011 10001 101100101 111111 110110

Color Harmonies of #D44047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44047

Black with #D44047

Text Example


Text Example

White with #D44047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44047; }

 p { color: rgb(212,64,71); }

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

background-color css

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

 a { background-color: rgb(212,64,71); }

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

border-color css

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

 span { border-color: rgb(212,64,71); }

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