Html Css Color HEX #D64F0E Tenne (Tawny)

📋 copy color: '#D64F0E'

red 214 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #D64F0E

Tints of Tenne (Tawny) #D64F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 69.71%
G = 25.73%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D64F0E (or 0xD64F0E) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 0E. RGB value is (214,79,14). Sum of RGB (Red+Green+Blue) = 214+79+14=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F0E is #29B0F1. Grayscale: #707070. Windows color (decimal): -2732274 or 937942. OLE color: 937942.

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

Color convert

RGB 214 79 14 -
CMYK 0 0.63 0.93 0.16
HSL 19.5º 0.88% 0.45% -
HSV(B) 19.5º 0.93% 0.84% -
XYZ 30.61 19.92 2.65 -
YUV 111.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 214 79 14 0 0.63 0.93 0.16 19.5 0.88 0.45
Hex D6 4F E 0 3F 5D 10 14 58 2D
Octal 326 117 16 0 77 135 20 24 130 55
Binary 11010110 1001111 1110 0 111111 1011101 10000 10100 1011000 101101

Color Harmonies of #D64F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F0E

Black with #D64F0E

Text Example


Text Example

White with #D64F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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