Html Css Color HEX #D64042 Mahogany

📋 copy color: '#D64042'

red 214 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #D64042

Tints of Mahogany #D64042

RGB

 RED value IS 214 (83.98% from 255) = 62.21%

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

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

R = 62.21%
G = 18.6%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64042 (or 0xD64042) is known color: Mahogany. HEX triplet: D6, 40 and 42. RGB value is (214,64,66). Sum of RGB (Red+Green+Blue) = 214+64+66=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D64042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64042 is #29BFBD. Grayscale: #6D6D6D. Windows color (decimal): -2736062 or 4341974. OLE color: 4341974.

HSL color Cylindrical-coordinate representation of color #D64042: hue angle of 359.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64042 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 66 -
CMYK 0 0.70 0.69 0.16
HSL 359.2º 0.65% 0.55% -
HSV(B) 359.2º 0.7% 0.84% -
XYZ 30.55 18.36 7.09 -
YUV 109.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 214 64 66 0 0.70 0.69 0.16 359.2 0.65 0.55
Hex D6 40 42 0 46 45 10 167 41 37
Octal 326 100 102 0 106 105 20 547 101 67
Binary 11010110 1000000 1000010 0 1000110 1000101 10000 101100111 1000001 110111

Color Harmonies of #D64042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64042

Black with #D64042

Text Example


Text Example

White with #D64042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64042; }

 p { color: rgb(214,64,66); }

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

background-color css

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

 a { background-color: rgb(214,64,66); }

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

border-color css

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

 span { border-color: rgb(214,64,66); }

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