Html Css Color HEX #D64F0D Tenne (Tawny)

📋 copy color: '#D64F0D'

red 214 ◦ green 79 ◦ blue 13

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

Shades of Tenne (Tawny) #D64F0D

Tints of Tenne (Tawny) #D64F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 69.93%
G = 25.82%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D64F0D (or 0xD64F0D) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 0D. RGB value is (214,79,13). Sum of RGB (Red+Green+Blue) = 214+79+13=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F0D is #29B0F2. Grayscale: #707070. Windows color (decimal): -2732275 or 872406. OLE color: 872406.

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

Color convert

RGB 214 79 13 -
CMYK 0 0.63 0.94 0.16
HSL 19.7º 0.89% 0.45% -
HSV(B) 19.7º 0.94% 0.84% -
XYZ 30.6 19.92 2.61 -
YUV 111.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 214 79 13 0 0.63 0.94 0.16 19.7 0.89 0.45
Hex D6 4F D 0 3F 5E 10 14 59 2D
Octal 326 117 15 0 77 136 20 24 131 55
Binary 11010110 1001111 1101 0 111111 1011110 10000 10100 1011001 101101

Color Harmonies of #D64F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F0D

Black with #D64F0D

Text Example


Text Example

White with #D64F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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