Shades of Tenne (Tawny) #D54400
Tints of Tenne (Tawny) #D54400
RGB
CMYK
RGB Variations
Color information
#D54400 (or 0xD54400) is known color: Tenne (Tawny). HEX triplet: D5, 44 and 00. RGB value is (213,68,0). Sum of RGB (Red+Green+Blue) = 213+68+0=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D54400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54400 is #2ABBFF. Grayscale: #686868. Windows color (decimal): -2800640 or 17621. OLE color: 17621.
HSL color Cylindrical-coordinate representation of color #D54400: hue angle of 19.15º 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 #D54400 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.16 |
| HSL | 19.15º | 1% | 0.42% | - |
| HSV(B) | 19.15º | 1% | 0.84% | - |
| XYZ | 29.51 | 18.28 | 1.97 | - |
| YUV | 103.6 | 69.54 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 0 | 0 | 0.68 | 1 | 0.16 | 19.15 | 1 | 0.42 |
| Hex | D5 | 44 | 0 | 0 | 44 | 64 | 10 | 13 | 64 | 2A |
| Octal | 325 | 104 | 0 | 0 | 104 | 144 | 20 | 23 | 144 | 52 |
| Binary | 11010101 | 1000100 | 0 | 0 | 1000100 | 1100100 | 10000 | 10011 | 1100100 | 101010 |
Color Harmonies of #D54400
Complementary color
Monochromatic Colors of #D54400
Black with #D54400
Text Example
Text Example
White with #D54400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54400; }
p { color: rgb(213,68,0); }
H1.HeaderClassName
{
color: #D54400;
}
.AnyTagClassName
{
color: #D54400;
}
</style>
background-color css
<style>
a { background-color: #D54400; }
a { background-color: rgb(213,68,0); }
div.DivClassName
{
background-color: #D54400;
}
.BgClassName
{
background-color: #D54400;
}
</style>
border-color css
<style>
span { border-color: #D54400; }
span { border-color: rgb(213,68,0); }
td.TdClassName
{
border-color: #D54400;
}
.TagClassName
{
border-color: #D54400;
}
</style>