Shades of Tenne (Tawny) #D14B0B
Tints of Tenne (Tawny) #D14B0B
RGB
CMYK
RGB Variations
Color information
#D14B0B (or 0xD14B0B) is known color: Tenne (Tawny). HEX triplet: D1, 4B and 0B. RGB value is (209,75,11). Sum of RGB (Red+Green+Blue) = 209+75+11=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14B0B is #2EB4F4. Grayscale: #6C6C6C. Windows color (decimal): -3060981 or 740305. OLE color: 740305.
HSL color Cylindrical-coordinate representation of color #D14B0B: hue angle of 19.39º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D14B0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.18 |
| HSL | 19.39º | 0.9% | 0.43% | - |
| HSV(B) | 19.39º | 0.95% | 0.82% | - |
| XYZ | 28.87 | 18.61 | 2.39 | - |
| YUV | 107.77 | 73.39 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 11 | 0 | 0.64 | 0.95 | 0.18 | 19.39 | 0.9 | 0.43 |
| Hex | D1 | 4B | B | 0 | 40 | 5F | 12 | 13 | 5A | 2B |
| Octal | 321 | 113 | 13 | 0 | 100 | 137 | 22 | 23 | 132 | 53 |
| Binary | 11010001 | 1001011 | 1011 | 0 | 1000000 | 1011111 | 10010 | 10011 | 1011010 | 101011 |
Color Harmonies of #D14B0B
Complementary color
Monochromatic Colors of #D14B0B
Black with #D14B0B
Text Example
Text Example
White with #D14B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B0B; }
p { color: rgb(209,75,11); }
H1.HeaderClassName
{
color: #D14B0B;
}
.AnyTagClassName
{
color: #D14B0B;
}
</style>
background-color css
<style>
a { background-color: #D14B0B; }
a { background-color: rgb(209,75,11); }
div.DivClassName
{
background-color: #D14B0B;
}
.BgClassName
{
background-color: #D14B0B;
}
</style>
border-color css
<style>
span { border-color: #D14B0B; }
span { border-color: rgb(209,75,11); }
td.TdClassName
{
border-color: #D14B0B;
}
.TagClassName
{
border-color: #D14B0B;
}
</style>