Shades of Tenne (Tawny) #D1470A
Tints of Tenne (Tawny) #D1470A
RGB
CMYK
RGB Variations
Color information
#D1470A (or 0xD1470A) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 0A. RGB value is (209,71,10). Sum of RGB (Red+Green+Blue) = 209+71+10=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1470A is #2EB8F5. Grayscale: #696969. Windows color (decimal): -3062006 or 673745. OLE color: 673745.
HSL color Cylindrical-coordinate representation of color #D1470A: hue angle of 18.39º degrees, saturation: 0.91, 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 #D1470A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.18 |
| HSL | 18.39º | 0.91% | 0.43% | - |
| HSV(B) | 18.39º | 0.95% | 0.82% | - |
| XYZ | 28.6 | 18.08 | 2.27 | - |
| YUV | 105.31 | 74.22 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 10 | 0 | 0.66 | 0.95 | 0.18 | 18.39 | 0.91 | 0.43 |
| Hex | D1 | 47 | A | 0 | 42 | 5F | 12 | 12 | 5B | 2B |
| Octal | 321 | 107 | 12 | 0 | 102 | 137 | 22 | 22 | 133 | 53 |
| Binary | 11010001 | 1000111 | 1010 | 0 | 1000010 | 1011111 | 10010 | 10010 | 1011011 | 101011 |
Color Harmonies of #D1470A
Complementary color
Monochromatic Colors of #D1470A
Black with #D1470A
Text Example
Text Example
White with #D1470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1470A; }
p { color: rgb(209,71,10); }
H1.HeaderClassName
{
color: #D1470A;
}
.AnyTagClassName
{
color: #D1470A;
}
</style>
background-color css
<style>
a { background-color: #D1470A; }
a { background-color: rgb(209,71,10); }
div.DivClassName
{
background-color: #D1470A;
}
.BgClassName
{
background-color: #D1470A;
}
</style>
border-color css
<style>
span { border-color: #D1470A; }
span { border-color: rgb(209,71,10); }
td.TdClassName
{
border-color: #D1470A;
}
.TagClassName
{
border-color: #D1470A;
}
</style>