Html Css Color HEX #D64F11 Tenne (Tawny)

📋 copy color: '#D64F11'

red 214 ◦ green 79 ◦ blue 17

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

Shades of Tenne (Tawny) #D64F11

Tints of Tenne (Tawny) #D64F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

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

R = 69.03%
G = 25.48%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D64F11 (or 0xD64F11) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 11. RGB value is (214,79,17). Sum of RGB (Red+Green+Blue) = 214+79+17=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F11 is #29B0EE. Grayscale: #707070. Windows color (decimal): -2732271 or 1134550. OLE color: 1134550.

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

Color convert

RGB 214 79 17 -
CMYK 0 0.63 0.92 0.16
HSL 18.88º 0.85% 0.45% -
HSV(B) 18.88º 0.92% 0.84% -
XYZ 30.63 19.93 2.76 -
YUV 112.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 214 79 17 0 0.63 0.92 0.16 18.88 0.85 0.45
Hex D6 4F 11 0 3F 5C 10 13 55 2D
Octal 326 117 21 0 77 134 20 23 125 55
Binary 11010110 1001111 10001 0 111111 1011100 10000 10011 1010101 101101

Color Harmonies of #D64F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F11

Black with #D64F11

Text Example


Text Example

White with #D64F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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