Shades of Tenne (Tawny) #D25004
Tints of Tenne (Tawny) #D25004
RGB
CMYK
RGB Variations
Color information
#D25004 (or 0xD25004) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 04. RGB value is (210,80,4). Sum of RGB (Red+Green+Blue) = 210+80+4=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D25004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25004 is #2DAFFB. Grayscale: #6E6E6E. Windows color (decimal): -2994172 or 282834. OLE color: 282834.
HSL color Cylindrical-coordinate representation of color #D25004: hue angle of 22.14º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D25004 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.18 |
| HSL | 22.14º | 0.96% | 0.42% | - |
| HSV(B) | 22.14º | 0.98% | 0.82% | - |
| XYZ | 29.47 | 19.45 | 2.32 | - |
| YUV | 110.21 | 68.07 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 4 | 0 | 0.62 | 0.98 | 0.18 | 22.14 | 0.96 | 0.42 |
| Hex | D2 | 50 | 4 | 0 | 3E | 62 | 12 | 16 | 60 | 2A |
| Octal | 322 | 120 | 4 | 0 | 76 | 142 | 22 | 26 | 140 | 52 |
| Binary | 11010010 | 1010000 | 100 | 0 | 111110 | 1100010 | 10010 | 10110 | 1100000 | 101010 |
Color Harmonies of #D25004
Complementary color
Monochromatic Colors of #D25004
Black with #D25004
Text Example
Text Example
White with #D25004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25004; }
p { color: rgb(210,80,4); }
H1.HeaderClassName
{
color: #D25004;
}
.AnyTagClassName
{
color: #D25004;
}
</style>
background-color css
<style>
a { background-color: #D25004; }
a { background-color: rgb(210,80,4); }
div.DivClassName
{
background-color: #D25004;
}
.BgClassName
{
background-color: #D25004;
}
</style>
border-color css
<style>
span { border-color: #D25004; }
span { border-color: rgb(210,80,4); }
td.TdClassName
{
border-color: #D25004;
}
.TagClassName
{
border-color: #D25004;
}
</style>