Shades of Tenne (Tawny) #D1470B
Tints of Tenne (Tawny) #D1470B
RGB
CMYK
RGB Variations
Color information
#D1470B (or 0xD1470B) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 0B. RGB value is (209,71,11). Sum of RGB (Red+Green+Blue) = 209+71+11=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1470B is #2EB8F4. Grayscale: #696969. Windows color (decimal): -3062005 or 739281. OLE color: 739281.
HSL color Cylindrical-coordinate representation of color #D1470B: hue angle of 18.18º 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 #D1470B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.18 |
| HSL | 18.18º | 0.9% | 0.43% | - |
| HSV(B) | 18.18º | 0.95% | 0.82% | - |
| XYZ | 28.61 | 18.09 | 2.3 | - |
| YUV | 105.42 | 74.72 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 11 | 0 | 0.66 | 0.95 | 0.18 | 18.18 | 0.9 | 0.43 |
| Hex | D1 | 47 | B | 0 | 42 | 5F | 12 | 12 | 5A | 2B |
| Octal | 321 | 107 | 13 | 0 | 102 | 137 | 22 | 22 | 132 | 53 |
| Binary | 11010001 | 1000111 | 1011 | 0 | 1000010 | 1011111 | 10010 | 10010 | 1011010 | 101011 |
Color Harmonies of #D1470B
Complementary color
Monochromatic Colors of #D1470B
Black with #D1470B
Text Example
Text Example
White with #D1470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1470B; }
p { color: rgb(209,71,11); }
H1.HeaderClassName
{
color: #D1470B;
}
.AnyTagClassName
{
color: #D1470B;
}
</style>
background-color css
<style>
a { background-color: #D1470B; }
a { background-color: rgb(209,71,11); }
div.DivClassName
{
background-color: #D1470B;
}
.BgClassName
{
background-color: #D1470B;
}
</style>
border-color css
<style>
span { border-color: #D1470B; }
span { border-color: rgb(209,71,11); }
td.TdClassName
{
border-color: #D1470B;
}
.TagClassName
{
border-color: #D1470B;
}
</style>