Html Css Color HEX #D14F11 Tenne (Tawny)

📋 copy color: '#D14F11'

red 209 ◦ green 79 ◦ blue 17

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

Shades of Tenne (Tawny) #D14F11

Tints of Tenne (Tawny) #D14F11

RGB

 RED value IS 209 (82.03% from 255) = 68.52%

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

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 68.52%
G = 25.9%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14F11 (or 0xD14F11) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 11. RGB value is (209,79,17). Sum of RGB (Red+Green+Blue) = 209+79+17=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F11 is #2EB0EE. Grayscale: #6F6F6F. Windows color (decimal): -3059951 or 1134545. OLE color: 1134545.

HSL color Cylindrical-coordinate representation of color #D14F11: hue angle of 19.38º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14F11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 17 -
CMYK 0 0.62 0.92 0.18
HSL 19.38º 0.85% 0.44% -
HSV(B) 19.38º 0.92% 0.82% -
XYZ 29.19 19.19 2.7 -
YUV 110.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 209 79 17 0 0.62 0.92 0.18 19.38 0.85 0.44
Hex D1 4F 11 0 3E 5C 12 13 55 2C
Octal 321 117 21 0 76 134 22 23 125 54
Binary 11010001 1001111 10001 0 111110 1011100 10010 10011 1010101 101100

Color Harmonies of #D14F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F11

Black with #D14F11

Text Example


Text Example

White with #D14F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F11; }

 p { color: rgb(209,79,17); }

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

background-color css

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

 a { background-color: rgb(209,79,17); }

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

border-color css

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

 span { border-color: rgb(209,79,17); }

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