Html Css Color HEX #D14E0C Tenne (Tawny)

📋 copy color: '#D14E0C'

red 209 ◦ green 78 ◦ blue 12

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

Shades of Tenne (Tawny) #D14E0C

Tints of Tenne (Tawny) #D14E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 69.9%
G = 26.09%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D14E0C (or 0xD14E0C) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 0C. RGB value is (209,78,12). Sum of RGB (Red+Green+Blue) = 209+78+12=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E0C is #2EB1F3. Grayscale: #6E6E6E. Windows color (decimal): -3060212 or 806609. OLE color: 806609.

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

Color convert

RGB 209 78 12 -
CMYK 0 0.63 0.94 0.18
HSL 20.1º 0.89% 0.43% -
HSV(B) 20.1º 0.94% 0.82% -
XYZ 29.09 19.03 2.49 -
YUV 109.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 209 78 12 0 0.63 0.94 0.18 20.1 0.89 0.43
Hex D1 4E C 0 3F 5E 12 14 59 2B
Octal 321 116 14 0 77 136 22 24 131 53
Binary 11010001 1001110 1100 0 111111 1011110 10010 10100 1011001 101011

Color Harmonies of #D14E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E0C

Black with #D14E0C

Text Example


Text Example

White with #D14E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E0C; }

 p { color: rgb(209,78,12); }

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

background-color css

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

 a { background-color: rgb(209,78,12); }

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

border-color css

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

 span { border-color: rgb(209,78,12); }

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