Html Css Color HEX #D14F14 Tenne (Tawny)

📋 copy color: '#D14F14'

red 209 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #D14F14

Tints of Tenne (Tawny) #D14F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 67.86%
G = 25.65%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14F14 (or 0xD14F14) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 14. RGB value is (209,79,20). Sum of RGB (Red+Green+Blue) = 209+79+20=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F14 is #2EB0EB. Grayscale: #6F6F6F. Windows color (decimal): -3059948 or 1331153. OLE color: 1331153.

HSL color Cylindrical-coordinate representation of color #D14F14: hue angle of 18.73º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14F14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 20 -
CMYK 0 0.62 0.90 0.18
HSL 18.73º 0.83% 0.45% -
HSV(B) 18.73º 0.9% 0.82% -
XYZ 29.22 19.2 2.83 -
YUV 111.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 209 79 20 0 0.62 0.90 0.18 18.73 0.83 0.45
Hex D1 4F 14 0 3E 5A 12 13 53 2D
Octal 321 117 24 0 76 132 22 23 123 55
Binary 11010001 1001111 10100 0 111110 1011010 10010 10011 1010011 101101

Color Harmonies of #D14F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F14

Black with #D14F14

Text Example


Text Example

White with #D14F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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