Shades of Tenne (Tawny) #D54201
Tints of Tenne (Tawny) #D54201
RGB
CMYK
RGB Variations
Color information
#D54201 (or 0xD54201) is known color: Tenne (Tawny). HEX triplet: D5, 42 and 01. RGB value is (213,66,1). Sum of RGB (Red+Green+Blue) = 213+66+1=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D54201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54201 is #2ABDFE. Grayscale: #666666. Windows color (decimal): -2801151 or 82645. OLE color: 82645.
HSL color Cylindrical-coordinate representation of color #D54201: hue angle of 18.4º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D54201 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.16 |
| HSL | 18.4º | 0.99% | 0.42% | - |
| HSV(B) | 18.4º | 1% | 0.84% | - |
| XYZ | 29.39 | 18.04 | 1.96 | - |
| YUV | 102.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 1 | 0 | 0.69 | 1.00 | 0.16 | 18.4 | 0.99 | 0.42 |
| Hex | D5 | 42 | 1 | 0 | 45 | 64 | 10 | 12 | 63 | 2A |
| Octal | 325 | 102 | 1 | 0 | 105 | 144 | 20 | 22 | 143 | 52 |
| Binary | 11010101 | 1000010 | 1 | 0 | 1000101 | 1100100 | 10000 | 10010 | 1100011 | 101010 |
Color Harmonies of #D54201
Complementary color
Monochromatic Colors of #D54201
Black with #D54201
Text Example
Text Example
White with #D54201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54201; }
p { color: rgb(213,66,1); }
H1.HeaderClassName
{
color: #D54201;
}
.AnyTagClassName
{
color: #D54201;
}
</style>
background-color css
<style>
a { background-color: #D54201; }
a { background-color: rgb(213,66,1); }
div.DivClassName
{
background-color: #D54201;
}
.BgClassName
{
background-color: #D54201;
}
</style>
border-color css
<style>
span { border-color: #D54201; }
span { border-color: rgb(213,66,1); }
td.TdClassName
{
border-color: #D54201;
}
.TagClassName
{
border-color: #D54201;
}
</style>