Html Css Color HEX #D64F13 Tenne (Tawny)

📋 copy color: '#D64F13'

red 214 ◦ green 79 ◦ blue 19

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

Shades of Tenne (Tawny) #D64F13

Tints of Tenne (Tawny) #D64F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 68.59%
G = 25.32%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64F13 (or 0xD64F13) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 13. RGB value is (214,79,19). Sum of RGB (Red+Green+Blue) = 214+79+19=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F13 is #29B0EC. Grayscale: #707070. Windows color (decimal): -2732269 or 1265622. OLE color: 1265622.

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

Color convert

RGB 214 79 19 -
CMYK 0 0.63 0.91 0.16
HSL 18.46º 0.84% 0.46% -
HSV(B) 18.46º 0.91% 0.84% -
XYZ 30.65 19.94 2.85 -
YUV 112.53 75.23 200.38 -
System Red Green Blue C M Y K H S L
Decimal 214 79 19 0 0.63 0.91 0.16 18.46 0.84 0.46
Hex D6 4F 13 0 3F 5B 10 12 54 2E
Octal 326 117 23 0 77 133 20 22 124 56
Binary 11010110 1001111 10011 0 111111 1011011 10000 10010 1010100 101110

Color Harmonies of #D64F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F13

Black with #D64F13

Text Example


Text Example

White with #D64F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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