Shades of Tenne (Tawny) #D1470C
Tints of Tenne (Tawny) #D1470C
RGB
CMYK
RGB Variations
Color information
#D1470C (or 0xD1470C) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 0C. RGB value is (209,71,12). Sum of RGB (Red+Green+Blue) = 209+71+12=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1470C is #2EB8F3. Grayscale: #696969. Windows color (decimal): -3062004 or 804817. OLE color: 804817.
HSL color Cylindrical-coordinate representation of color #D1470C: hue angle of 17.97º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1470C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.18 |
| HSL | 17.97º | 0.89% | 0.43% | - |
| HSV(B) | 17.97º | 0.94% | 0.82% | - |
| XYZ | 28.61 | 18.09 | 2.33 | - |
| YUV | 105.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 12 | 0 | 0.66 | 0.94 | 0.18 | 17.97 | 0.89 | 0.43 |
| Hex | D1 | 47 | C | 0 | 42 | 5E | 12 | 12 | 59 | 2B |
| Octal | 321 | 107 | 14 | 0 | 102 | 136 | 22 | 22 | 131 | 53 |
| Binary | 11010001 | 1000111 | 1100 | 0 | 1000010 | 1011110 | 10010 | 10010 | 1011001 | 101011 |
Color Harmonies of #D1470C
Complementary color
Monochromatic Colors of #D1470C
Black with #D1470C
Text Example
Text Example
White with #D1470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1470C; }
p { color: rgb(209,71,12); }
H1.HeaderClassName
{
color: #D1470C;
}
.AnyTagClassName
{
color: #D1470C;
}
</style>
background-color css
<style>
a { background-color: #D1470C; }
a { background-color: rgb(209,71,12); }
div.DivClassName
{
background-color: #D1470C;
}
.BgClassName
{
background-color: #D1470C;
}
</style>
border-color css
<style>
span { border-color: #D1470C; }
span { border-color: rgb(209,71,12); }
td.TdClassName
{
border-color: #D1470C;
}
.TagClassName
{
border-color: #D1470C;
}
</style>