Shades of Tenne (Tawny) #D3570C
Tints of Tenne (Tawny) #D3570C
RGB
CMYK
RGB Variations
Color information
#D3570C (or 0xD3570C) is known color: Tenne (Tawny). HEX triplet: D3, 57 and 0C. RGB value is (211,87,12). Sum of RGB (Red+Green+Blue) = 211+87+12=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3570C is #2CA8F3. Grayscale: #737373. Windows color (decimal): -2926836 or 808915. OLE color: 808915.
HSL color Cylindrical-coordinate representation of color #D3570C: hue angle of 22.61º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3570C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.17 |
| HSL | 22.61º | 0.89% | 0.44% | - |
| HSV(B) | 22.61º | 0.94% | 0.83% | - |
| XYZ | 30.34 | 20.69 | 2.74 | - |
| YUV | 115.53 | 69.58 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 12 | 0 | 0.59 | 0.94 | 0.17 | 22.61 | 0.89 | 0.44 |
| Hex | D3 | 57 | C | 0 | 3B | 5E | 11 | 17 | 59 | 2C |
| Octal | 323 | 127 | 14 | 0 | 73 | 136 | 21 | 27 | 131 | 54 |
| Binary | 11010011 | 1010111 | 1100 | 0 | 111011 | 1011110 | 10001 | 10111 | 1011001 | 101100 |
Color Harmonies of #D3570C
Complementary color
Monochromatic Colors of #D3570C
Black with #D3570C
Text Example
Text Example
White with #D3570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3570C; }
p { color: rgb(211,87,12); }
H1.HeaderClassName
{
color: #D3570C;
}
.AnyTagClassName
{
color: #D3570C;
}
</style>
background-color css
<style>
a { background-color: #D3570C; }
a { background-color: rgb(211,87,12); }
div.DivClassName
{
background-color: #D3570C;
}
.BgClassName
{
background-color: #D3570C;
}
</style>
border-color css
<style>
span { border-color: #D3570C; }
span { border-color: rgb(211,87,12); }
td.TdClassName
{
border-color: #D3570C;
}
.TagClassName
{
border-color: #D3570C;
}
</style>