Shades of Tenne (Tawny) #D54501
Tints of Tenne (Tawny) #D54501
RGB
CMYK
RGB Variations
Color information
#D54501 (or 0xD54501) is known color: Tenne (Tawny). HEX triplet: D5, 45 and 01. RGB value is (213,69,1). Sum of RGB (Red+Green+Blue) = 213+69+1=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D54501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54501 is #2ABAFE. Grayscale: #686868. Windows color (decimal): -2800383 or 83413. OLE color: 83413.
HSL color Cylindrical-coordinate representation of color #D54501: hue angle of 19.25º 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 #D54501 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.16 |
| HSL | 19.25º | 0.99% | 0.42% | - |
| HSV(B) | 19.25º | 1% | 0.84% | - |
| XYZ | 29.57 | 18.4 | 2.02 | - |
| YUV | 104.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 1 | 0 | 0.68 | 1.00 | 0.16 | 19.25 | 0.99 | 0.42 |
| Hex | D5 | 45 | 1 | 0 | 44 | 64 | 10 | 13 | 63 | 2A |
| Octal | 325 | 105 | 1 | 0 | 104 | 144 | 20 | 23 | 143 | 52 |
| Binary | 11010101 | 1000101 | 1 | 0 | 1000100 | 1100100 | 10000 | 10011 | 1100011 | 101010 |
Color Harmonies of #D54501
Complementary color
Monochromatic Colors of #D54501
Black with #D54501
Text Example
Text Example
White with #D54501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54501; }
p { color: rgb(213,69,1); }
H1.HeaderClassName
{
color: #D54501;
}
.AnyTagClassName
{
color: #D54501;
}
</style>
background-color css
<style>
a { background-color: #D54501; }
a { background-color: rgb(213,69,1); }
div.DivClassName
{
background-color: #D54501;
}
.BgClassName
{
background-color: #D54501;
}
</style>
border-color css
<style>
span { border-color: #D54501; }
span { border-color: rgb(213,69,1); }
td.TdClassName
{
border-color: #D54501;
}
.TagClassName
{
border-color: #D54501;
}
</style>