Html Css Color HEX #D64347 Mahogany

📋 copy color: '#D64347'

red 214 ◦ green 67 ◦ blue 71

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

Shades of Mahogany #D64347

Tints of Mahogany #D64347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.03%

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

R = 60.8%
G = 19.03%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D64347 (or 0xD64347) is known color: Mahogany. HEX triplet: D6, 43 and 47. RGB value is (214,67,71). Sum of RGB (Red+Green+Blue) = 214+67+71=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D64347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64347 is #29BCB8. Grayscale: #6F6F6F. Windows color (decimal): -2735289 or 4670422. OLE color: 4670422.

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

Color convert

RGB 214 67 71 -
CMYK 0 0.69 0.67 0.16
HSL 358.37º 0.64% 0.55% -
HSV(B) 358.37º 0.69% 0.84% -
XYZ 30.88 18.77 7.96 -
YUV 111.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 214 67 71 0 0.69 0.67 0.16 358.37 0.64 0.55
Hex D6 43 47 0 45 43 10 166 40 37
Octal 326 103 107 0 105 103 20 546 100 67
Binary 11010110 1000011 1000111 0 1000101 1000011 10000 101100110 1000000 110111

Color Harmonies of #D64347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64347

Black with #D64347

Text Example


Text Example

White with #D64347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64347; }

 p { color: rgb(214,67,71); }

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

background-color css

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

 a { background-color: rgb(214,67,71); }

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

border-color css

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

 span { border-color: rgb(214,67,71); }

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