Shades of Tenne (Tawny) #D1520A
Tints of Tenne (Tawny) #D1520A
RGB
CMYK
RGB Variations
Color information
#D1520A (or 0xD1520A) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 0A. RGB value is (209,82,10). Sum of RGB (Red+Green+Blue) = 209+82+10=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1520A is #2EADF5. Grayscale: #707070. Windows color (decimal): -3059190 or 676561. OLE color: 676561.
HSL color Cylindrical-coordinate representation of color #D1520A: hue angle of 21.71º 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 #D1520A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.18 |
| HSL | 21.71º | 0.91% | 0.43% | - |
| HSV(B) | 21.71º | 0.95% | 0.82% | - |
| XYZ | 29.37 | 19.61 | 2.52 | - |
| YUV | 111.77 | 70.58 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 10 | 0 | 0.61 | 0.95 | 0.18 | 21.71 | 0.91 | 0.43 |
| Hex | D1 | 52 | A | 0 | 3D | 5F | 12 | 16 | 5B | 2B |
| Octal | 321 | 122 | 12 | 0 | 75 | 137 | 22 | 26 | 133 | 53 |
| Binary | 11010001 | 1010010 | 1010 | 0 | 111101 | 1011111 | 10010 | 10110 | 1011011 | 101011 |
Color Harmonies of #D1520A
Complementary color
Monochromatic Colors of #D1520A
Black with #D1520A
Text Example
Text Example
White with #D1520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1520A; }
p { color: rgb(209,82,10); }
H1.HeaderClassName
{
color: #D1520A;
}
.AnyTagClassName
{
color: #D1520A;
}
</style>
background-color css
<style>
a { background-color: #D1520A; }
a { background-color: rgb(209,82,10); }
div.DivClassName
{
background-color: #D1520A;
}
.BgClassName
{
background-color: #D1520A;
}
</style>
border-color css
<style>
span { border-color: #D1520A; }
span { border-color: rgb(209,82,10); }
td.TdClassName
{
border-color: #D1520A;
}
.TagClassName
{
border-color: #D1520A;
}
</style>