Html Css Color HEX #D64E08 Tenne (Tawny)

📋 copy color: '#D64E08'

red 214 ◦ green 78 ◦ blue 8

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

Shades of Tenne (Tawny) #D64E08

Tints of Tenne (Tawny) #D64E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 71.33%
G = 26%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64E08 (or 0xD64E08) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 08. RGB value is (214,78,8). Sum of RGB (Red+Green+Blue) = 214+78+8=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E08 is #29B1F7. Grayscale: #6F6F6F. Windows color (decimal): -2732536 or 544470. OLE color: 544470.

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

Color convert

RGB 214 78 8 -
CMYK 0 0.64 0.96 0.16
HSL 20.39º 0.93% 0.44% -
HSV(B) 20.39º 0.96% 0.84% -
XYZ 30.5 19.76 2.44 -
YUV 110.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 214 78 8 0 0.64 0.96 0.16 20.39 0.93 0.44
Hex D6 4E 8 0 40 60 10 14 5D 2C
Octal 326 116 10 0 100 140 20 24 135 54
Binary 11010110 1001110 1000 0 1000000 1100000 10000 10100 1011101 101100

Color Harmonies of #D64E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E08

Black with #D64E08

Text Example


Text Example

White with #D64E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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