Shades of Tenne (Tawny) #D14B0D
Tints of Tenne (Tawny) #D14B0D
RGB
CMYK
RGB Variations
Color information
#D14B0D (or 0xD14B0D) is known color: Tenne (Tawny). HEX triplet: D1, 4B and 0D. RGB value is (209,75,13). Sum of RGB (Red+Green+Blue) = 209+75+13=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14B0D is #2EB4F2. Grayscale: #6C6C6C. Windows color (decimal): -3060979 or 871377. OLE color: 871377.
HSL color Cylindrical-coordinate representation of color #D14B0D: hue angle of 18.98º 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 #D14B0D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.18 |
| HSL | 18.98º | 0.88% | 0.44% | - |
| HSV(B) | 18.98º | 0.94% | 0.82% | - |
| XYZ | 28.88 | 18.62 | 2.45 | - |
| YUV | 108 | 74.39 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 13 | 0 | 0.64 | 0.94 | 0.18 | 18.98 | 0.88 | 0.44 |
| Hex | D1 | 4B | D | 0 | 40 | 5E | 12 | 13 | 58 | 2C |
| Octal | 321 | 113 | 15 | 0 | 100 | 136 | 22 | 23 | 130 | 54 |
| Binary | 11010001 | 1001011 | 1101 | 0 | 1000000 | 1011110 | 10010 | 10011 | 1011000 | 101100 |
Color Harmonies of #D14B0D
Complementary color
Monochromatic Colors of #D14B0D
Black with #D14B0D
Text Example
Text Example
White with #D14B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B0D; }
p { color: rgb(209,75,13); }
H1.HeaderClassName
{
color: #D14B0D;
}
.AnyTagClassName
{
color: #D14B0D;
}
</style>
background-color css
<style>
a { background-color: #D14B0D; }
a { background-color: rgb(209,75,13); }
div.DivClassName
{
background-color: #D14B0D;
}
.BgClassName
{
background-color: #D14B0D;
}
</style>
border-color css
<style>
span { border-color: #D14B0D; }
span { border-color: rgb(209,75,13); }
td.TdClassName
{
border-color: #D14B0D;
}
.TagClassName
{
border-color: #D14B0D;
}
</style>