Shades of Tenne (Tawny) #D54200
Tints of Tenne (Tawny) #D54200
RGB
CMYK
RGB Variations
Color information
#D54200 (or 0xD54200) is known color: Tenne (Tawny). HEX triplet: D5, 42 and 00. RGB value is (213,66,0). Sum of RGB (Red+Green+Blue) = 213+66+0=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D54200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54200 is #2ABDFF. Grayscale: #666666. Windows color (decimal): -2801152 or 17109. OLE color: 17109.
HSL color Cylindrical-coordinate representation of color #D54200: hue angle of 18.59º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D54200 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.16 |
| HSL | 18.59º | 1% | 0.42% | - |
| HSV(B) | 18.59º | 1% | 0.84% | - |
| XYZ | 29.39 | 18.04 | 1.93 | - |
| YUV | 102.43 | 70.2 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 0 | 0 | 0.69 | 1 | 0.16 | 18.59 | 1 | 0.42 |
| Hex | D5 | 42 | 0 | 0 | 45 | 64 | 10 | 13 | 64 | 2A |
| Octal | 325 | 102 | 0 | 0 | 105 | 144 | 20 | 23 | 144 | 52 |
| Binary | 11010101 | 1000010 | 0 | 0 | 1000101 | 1100100 | 10000 | 10011 | 1100100 | 101010 |
Color Harmonies of #D54200
Complementary color
Monochromatic Colors of #D54200
Black with #D54200
Text Example
Text Example
White with #D54200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54200; }
p { color: rgb(213,66,0); }
H1.HeaderClassName
{
color: #D54200;
}
.AnyTagClassName
{
color: #D54200;
}
</style>
background-color css
<style>
a { background-color: #D54200; }
a { background-color: rgb(213,66,0); }
div.DivClassName
{
background-color: #D54200;
}
.BgClassName
{
background-color: #D54200;
}
</style>
border-color css
<style>
span { border-color: #D54200; }
span { border-color: rgb(213,66,0); }
td.TdClassName
{
border-color: #D54200;
}
.TagClassName
{
border-color: #D54200;
}
</style>