Shades of Tenne (Tawny) #D5470B
Tints of Tenne (Tawny) #D5470B
RGB
CMYK
RGB Variations
Color information
#D5470B (or 0xD5470B) is known color: Tenne (Tawny). HEX triplet: D5, 47 and 0B. RGB value is (213,71,11). Sum of RGB (Red+Green+Blue) = 213+71+11=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5470B is #2AB8F4. Grayscale: #6A6A6A. Windows color (decimal): -2799861 or 739285. OLE color: 739285.
HSL color Cylindrical-coordinate representation of color #D5470B: hue angle of 17.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5470B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.16 |
| HSL | 17.82º | 0.9% | 0.44% | - |
| HSV(B) | 17.82º | 0.95% | 0.84% | - |
| XYZ | 29.75 | 18.68 | 2.35 | - |
| YUV | 106.62 | 74.04 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 11 | 0 | 0.67 | 0.95 | 0.16 | 17.82 | 0.9 | 0.44 |
| Hex | D5 | 47 | B | 0 | 43 | 5F | 10 | 12 | 5A | 2C |
| Octal | 325 | 107 | 13 | 0 | 103 | 137 | 20 | 22 | 132 | 54 |
| Binary | 11010101 | 1000111 | 1011 | 0 | 1000011 | 1011111 | 10000 | 10010 | 1011010 | 101100 |
Color Harmonies of #D5470B
Complementary color
Monochromatic Colors of #D5470B
Black with #D5470B
Text Example
Text Example
White with #D5470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5470B; }
p { color: rgb(213,71,11); }
H1.HeaderClassName
{
color: #D5470B;
}
.AnyTagClassName
{
color: #D5470B;
}
</style>
background-color css
<style>
a { background-color: #D5470B; }
a { background-color: rgb(213,71,11); }
div.DivClassName
{
background-color: #D5470B;
}
.BgClassName
{
background-color: #D5470B;
}
</style>
border-color css
<style>
span { border-color: #D5470B; }
span { border-color: rgb(213,71,11); }
td.TdClassName
{
border-color: #D5470B;
}
.TagClassName
{
border-color: #D5470B;
}
</style>