Html Css Color HEX #D94F0D Tenne (Tawny)

📋 copy color: '#D94F0D'

red 217 ◦ green 79 ◦ blue 13

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

Shades of Tenne (Tawny) #D94F0D

Tints of Tenne (Tawny) #D94F0D

RGB

 RED value IS 217 (85.16% from 255) = 70.23%

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

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

R = 70.23%
G = 25.57%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D94F0D (or 0xD94F0D) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 0D. RGB value is (217,79,13). Sum of RGB (Red+Green+Blue) = 217+79+13=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F0D is #26B0F2. Grayscale: #717171. Windows color (decimal): -2535667 or 872409. OLE color: 872409.

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

Color convert

RGB 217 79 13 -
CMYK 0 0.64 0.94 0.15
HSL 19.41º 0.89% 0.45% -
HSV(B) 19.41º 0.94% 0.85% -
XYZ 31.48 20.37 2.65 -
YUV 112.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 217 79 13 0 0.64 0.94 0.15 19.41 0.89 0.45
Hex D9 4F D 0 40 5E F 13 59 2D
Octal 331 117 15 0 100 136 17 23 131 55
Binary 11011001 1001111 1101 0 1000000 1011110 1111 10011 1011001 101101

Color Harmonies of #D94F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F0D

Black with #D94F0D

Text Example


Text Example

White with #D94F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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