Shades of Tenne (Tawny) #D1520B
Tints of Tenne (Tawny) #D1520B
RGB
CMYK
RGB Variations
Color information
#D1520B (or 0xD1520B) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 0B. RGB value is (209,82,11). Sum of RGB (Red+Green+Blue) = 209+82+11=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1520B is #2EADF4. Grayscale: #707070. Windows color (decimal): -3059189 or 742097. OLE color: 742097.
HSL color Cylindrical-coordinate representation of color #D1520B: hue angle of 21.52º 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 #D1520B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.18 |
| HSL | 21.52º | 0.9% | 0.43% | - |
| HSV(B) | 21.52º | 0.95% | 0.82% | - |
| XYZ | 29.37 | 19.61 | 2.55 | - |
| YUV | 111.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 11 | 0 | 0.61 | 0.95 | 0.18 | 21.52 | 0.9 | 0.43 |
| Hex | D1 | 52 | B | 0 | 3D | 5F | 12 | 16 | 5A | 2B |
| Octal | 321 | 122 | 13 | 0 | 75 | 137 | 22 | 26 | 132 | 53 |
| Binary | 11010001 | 1010010 | 1011 | 0 | 111101 | 1011111 | 10010 | 10110 | 1011010 | 101011 |
Color Harmonies of #D1520B
Complementary color
Monochromatic Colors of #D1520B
Black with #D1520B
Text Example
Text Example
White with #D1520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1520B; }
p { color: rgb(209,82,11); }
H1.HeaderClassName
{
color: #D1520B;
}
.AnyTagClassName
{
color: #D1520B;
}
</style>
background-color css
<style>
a { background-color: #D1520B; }
a { background-color: rgb(209,82,11); }
div.DivClassName
{
background-color: #D1520B;
}
.BgClassName
{
background-color: #D1520B;
}
</style>
border-color css
<style>
span { border-color: #D1520B; }
span { border-color: rgb(209,82,11); }
td.TdClassName
{
border-color: #D1520B;
}
.TagClassName
{
border-color: #D1520B;
}
</style>