Shades of Tenne (Tawny) #D25000
Tints of Tenne (Tawny) #D25000
RGB
CMYK
RGB Variations
Color information
#D25000 (or 0xD25000) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 00. RGB value is (210,80,0). Sum of RGB (Red+Green+Blue) = 210+80+0=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D25000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25000 is #2DAFFF. Grayscale: #6E6E6E. Windows color (decimal): -2994176 or 20690. OLE color: 20690.
HSL color Cylindrical-coordinate representation of color #D25000: hue angle of 22.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.18 |
| HSL | 22.86º | 1% | 0.41% | - |
| HSV(B) | 22.86º | 1% | 0.82% | - |
| XYZ | 29.45 | 19.44 | 2.2 | - |
| YUV | 109.75 | 66.07 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 0 | 0 | 0.62 | 1 | 0.18 | 22.86 | 1 | 0.41 |
| Hex | D2 | 50 | 0 | 0 | 3E | 64 | 12 | 17 | 64 | 29 |
| Octal | 322 | 120 | 0 | 0 | 76 | 144 | 22 | 27 | 144 | 51 |
| Binary | 11010010 | 1010000 | 0 | 0 | 111110 | 1100100 | 10010 | 10111 | 1100100 | 101001 |
Color Harmonies of #D25000
Complementary color
Monochromatic Colors of #D25000
Black with #D25000
Text Example
Text Example
White with #D25000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25000; }
p { color: rgb(210,80,0); }
H1.HeaderClassName
{
color: #D25000;
}
.AnyTagClassName
{
color: #D25000;
}
</style>
background-color css
<style>
a { background-color: #D25000; }
a { background-color: rgb(210,80,0); }
div.DivClassName
{
background-color: #D25000;
}
.BgClassName
{
background-color: #D25000;
}
</style>
border-color css
<style>
span { border-color: #D25000; }
span { border-color: rgb(210,80,0); }
td.TdClassName
{
border-color: #D25000;
}
.TagClassName
{
border-color: #D25000;
}
</style>