Shades of Tenne (Tawny) #D1520C
Tints of Tenne (Tawny) #D1520C
RGB
CMYK
RGB Variations
Color information
#D1520C (or 0xD1520C) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 0C. RGB value is (209,82,12). Sum of RGB (Red+Green+Blue) = 209+82+12=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1520C is #2EADF3. Grayscale: #707070. Windows color (decimal): -3059188 or 807633. OLE color: 807633.
HSL color Cylindrical-coordinate representation of color #D1520C: hue angle of 21.32º 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 #D1520C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.18 |
| HSL | 21.32º | 0.89% | 0.43% | - |
| HSV(B) | 21.32º | 0.94% | 0.82% | - |
| XYZ | 29.38 | 19.62 | 2.59 | - |
| YUV | 111.99 | 71.58 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 12 | 0 | 0.61 | 0.94 | 0.18 | 21.32 | 0.89 | 0.43 |
| Hex | D1 | 52 | C | 0 | 3D | 5E | 12 | 15 | 59 | 2B |
| Octal | 321 | 122 | 14 | 0 | 75 | 136 | 22 | 25 | 131 | 53 |
| Binary | 11010001 | 1010010 | 1100 | 0 | 111101 | 1011110 | 10010 | 10101 | 1011001 | 101011 |
Color Harmonies of #D1520C
Complementary color
Monochromatic Colors of #D1520C
Black with #D1520C
Text Example
Text Example
White with #D1520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1520C; }
p { color: rgb(209,82,12); }
H1.HeaderClassName
{
color: #D1520C;
}
.AnyTagClassName
{
color: #D1520C;
}
</style>
background-color css
<style>
a { background-color: #D1520C; }
a { background-color: rgb(209,82,12); }
div.DivClassName
{
background-color: #D1520C;
}
.BgClassName
{
background-color: #D1520C;
}
</style>
border-color css
<style>
span { border-color: #D1520C; }
span { border-color: rgb(209,82,12); }
td.TdClassName
{
border-color: #D1520C;
}
.TagClassName
{
border-color: #D1520C;
}
</style>