Shades of Tenne (Tawny) #D5570A
Tints of Tenne (Tawny) #D5570A
RGB
CMYK
RGB Variations
Color information
#D5570A (or 0xD5570A) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 0A. RGB value is (213,87,10). Sum of RGB (Red+Green+Blue) = 213+87+10=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5570A is #2AA8F5. Grayscale: #747474. Windows color (decimal): -2795766 or 677845. OLE color: 677845.
HSL color Cylindrical-coordinate representation of color #D5570A: hue angle of 22.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5570A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.16 |
| HSL | 22.76º | 0.91% | 0.44% | - |
| HSV(B) | 22.76º | 0.95% | 0.84% | - |
| XYZ | 30.9 | 20.98 | 2.71 | - |
| YUV | 115.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 10 | 0 | 0.59 | 0.95 | 0.16 | 22.76 | 0.91 | 0.44 |
| Hex | D5 | 57 | A | 0 | 3B | 5F | 10 | 17 | 5B | 2C |
| Octal | 325 | 127 | 12 | 0 | 73 | 137 | 20 | 27 | 133 | 54 |
| Binary | 11010101 | 1010111 | 1010 | 0 | 111011 | 1011111 | 10000 | 10111 | 1011011 | 101100 |
Color Harmonies of #D5570A
Complementary color
Monochromatic Colors of #D5570A
Black with #D5570A
Text Example
Text Example
White with #D5570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5570A; }
p { color: rgb(213,87,10); }
H1.HeaderClassName
{
color: #D5570A;
}
.AnyTagClassName
{
color: #D5570A;
}
</style>
background-color css
<style>
a { background-color: #D5570A; }
a { background-color: rgb(213,87,10); }
div.DivClassName
{
background-color: #D5570A;
}
.BgClassName
{
background-color: #D5570A;
}
</style>
border-color css
<style>
span { border-color: #D5570A; }
span { border-color: rgb(213,87,10); }
td.TdClassName
{
border-color: #D5570A;
}
.TagClassName
{
border-color: #D5570A;
}
</style>