Html Css Color HEX #D64D13 Tenne (Tawny)

📋 copy color: '#D64D13'

red 214 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #D64D13

Tints of Tenne (Tawny) #D64D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

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

R = 69.03%
G = 24.84%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64D13 (or 0xD64D13) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 13. RGB value is (214,77,19). Sum of RGB (Red+Green+Blue) = 214+77+19=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D13 is #29B2EC. Grayscale: #6F6F6F. Windows color (decimal): -2732781 or 1265110. OLE color: 1265110.

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

Color convert

RGB 214 77 19 -
CMYK 0 0.64 0.91 0.16
HSL 17.85º 0.84% 0.46% -
HSV(B) 17.85º 0.91% 0.84% -
XYZ 30.5 19.65 2.8 -
YUV 111.35 75.89 201.22 -
System Red Green Blue C M Y K H S L
Decimal 214 77 19 0 0.64 0.91 0.16 17.85 0.84 0.46
Hex D6 4D 13 0 40 5B 10 12 54 2E
Octal 326 115 23 0 100 133 20 22 124 56
Binary 11010110 1001101 10011 0 1000000 1011011 10000 10010 1010100 101110

Color Harmonies of #D64D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D13

Black with #D64D13

Text Example


Text Example

White with #D64D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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