Shades of Tenne (Tawny) #D55004
Tints of Tenne (Tawny) #D55004
RGB
CMYK
RGB Variations
Color information
#D55004 (or 0xD55004) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 04. RGB value is (213,80,4). Sum of RGB (Red+Green+Blue) = 213+80+4=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D55004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55004 is #2AAFFB. Grayscale: #6F6F6F. Windows color (decimal): -2797564 or 282837. OLE color: 282837.
HSL color Cylindrical-coordinate representation of color #D55004: hue angle of 21.82º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D55004 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.16 |
| HSL | 21.82º | 0.96% | 0.43% | - |
| HSV(B) | 21.82º | 0.98% | 0.84% | - |
| XYZ | 30.33 | 19.89 | 2.36 | - |
| YUV | 111.1 | 67.56 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 4 | 0 | 0.62 | 0.98 | 0.16 | 21.82 | 0.96 | 0.43 |
| Hex | D5 | 50 | 4 | 0 | 3E | 62 | 10 | 16 | 60 | 2B |
| Octal | 325 | 120 | 4 | 0 | 76 | 142 | 20 | 26 | 140 | 53 |
| Binary | 11010101 | 1010000 | 100 | 0 | 111110 | 1100010 | 10000 | 10110 | 1100000 | 101011 |
Color Harmonies of #D55004
Complementary color
Monochromatic Colors of #D55004
Black with #D55004
Text Example
Text Example
White with #D55004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55004; }
p { color: rgb(213,80,4); }
H1.HeaderClassName
{
color: #D55004;
}
.AnyTagClassName
{
color: #D55004;
}
</style>
background-color css
<style>
a { background-color: #D55004; }
a { background-color: rgb(213,80,4); }
div.DivClassName
{
background-color: #D55004;
}
.BgClassName
{
background-color: #D55004;
}
</style>
border-color css
<style>
span { border-color: #D55004; }
span { border-color: rgb(213,80,4); }
td.TdClassName
{
border-color: #D55004;
}
.TagClassName
{
border-color: #D55004;
}
</style>