Html Css Color HEX #D64144 Mahogany

📋 copy color: '#D64144'

red 214 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #D64144

Tints of Mahogany #D64144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 61.67%
G = 18.73%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D64144 (or 0xD64144) is known color: Mahogany. HEX triplet: D6, 41 and 44. RGB value is (214,65,68). Sum of RGB (Red+Green+Blue) = 214+65+68=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D64144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64144 is #29BEBB. Grayscale: #6E6E6E. Windows color (decimal): -2735804 or 4473302. OLE color: 4473302.

HSL color Cylindrical-coordinate representation of color #D64144: hue angle of 358.79º 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 #D64144 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 68 -
CMYK 0 0.70 0.68 0.16
HSL 358.79º 0.65% 0.55% -
HSV(B) 358.79º 0.7% 0.84% -
XYZ 30.67 18.49 7.42 -
YUV 109.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 214 65 68 0 0.70 0.68 0.16 358.79 0.65 0.55
Hex D6 41 44 0 46 44 10 167 41 37
Octal 326 101 104 0 106 104 20 547 101 67
Binary 11010110 1000001 1000100 0 1000110 1000100 10000 101100111 1000001 110111

Color Harmonies of #D64144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64144

Black with #D64144

Text Example


Text Example

White with #D64144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64144; }

 p { color: rgb(214,65,68); }

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

background-color css

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

 a { background-color: rgb(214,65,68); }

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

border-color css

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

 span { border-color: rgb(214,65,68); }

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