#D14F0D

Color #D14F0D Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D14F0D

Tints of Tenne (Tawny) #D14F0D

Color information

#D14F0D (or 0xD14F0D) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 4F and 0D. RGB value is (209,79,13). Sum of RGB (Red+Green+Blue) = 209+79+13=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F0D is #2EB0F2. Grayscale: #6E6E6E. Windows color (decimal): -3059955 or 872401. OLE color: 872401.

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

Color convert

RGB2097913-
CMYK00.620.940.18
HSL20.2º88.29%43.53%-
HSV(B)20.2º93.78%81.96%-
XYZ29.1619.182.55-
YUV110.3573.07198.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=69.44%
G=26.25%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209791300.620.940.1820.288.2943.53
HexD14FD03E5E1214582c
Octal32111715076136222413054
Binary11010001100111111010111110101111010010101001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14F0D; }

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

 H1.HeaderClassName
 {
   color: #D14F0D;
 }
 .AnyTagClassName
 {
   color: #D14F0D;
 }
</style>
background-color css

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

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

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

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

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

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