Html Css Color HEX #D64E11 Tenne (Tawny)

📋 copy color: '#D64E11'

red 214 ◦ green 78 ◦ blue 17

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

Shades of Tenne (Tawny) #D64E11

Tints of Tenne (Tawny) #D64E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 69.26%
G = 25.24%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D64E11 (or 0xD64E11) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 11. RGB value is (214,78,17). Sum of RGB (Red+Green+Blue) = 214+78+17=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E11 is #29B1EE. Grayscale: #707070. Windows color (decimal): -2732527 or 1134294. OLE color: 1134294.

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

Color convert

RGB 214 78 17 -
CMYK 0 0.64 0.92 0.16
HSL 18.58º 0.85% 0.45% -
HSV(B) 18.58º 0.92% 0.84% -
XYZ 30.56 19.79 2.74 -
YUV 111.71 74.56 200.96 -
System Red Green Blue C M Y K H S L
Decimal 214 78 17 0 0.64 0.92 0.16 18.58 0.85 0.45
Hex D6 4E 11 0 40 5C 10 13 55 2D
Octal 326 116 21 0 100 134 20 23 125 55
Binary 11010110 1001110 10001 0 1000000 1011100 10000 10011 1010101 101101

Color Harmonies of #D64E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E11

Black with #D64E11

Text Example


Text Example

White with #D64E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E11; }

 p { color: rgb(214,78,17); }

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

background-color css

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

 a { background-color: rgb(214,78,17); }

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

border-color css

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

 span { border-color: rgb(214,78,17); }

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