Shades of Tenne (Tawny) #D25F00
Tints of Tenne (Tawny) #D25F00
RGB
CMYK
RGB Variations
Color information
#D25F00 (or 0xD25F00) is known color: Tenne (Tawny). HEX triplet: D2, 5F and 00. RGB value is (210,95,0). Sum of RGB (Red+Green+Blue) = 210+95+0=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F00 is #2DA0FF. Grayscale: #777777. Windows color (decimal): -2990336 or 24530. OLE color: 24530.
HSL color Cylindrical-coordinate representation of color #D25F00: hue angle of 27.14º 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 #D25F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.18 |
| HSL | 27.14º | 1% | 0.41% | - |
| HSV(B) | 27.14º | 1% | 0.82% | - |
| XYZ | 30.67 | 21.89 | 2.61 | - |
| YUV | 118.56 | 61.1 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 0 | 0 | 0.55 | 1 | 0.18 | 27.14 | 1 | 0.41 |
| Hex | D2 | 5F | 0 | 0 | 37 | 64 | 12 | 1B | 64 | 29 |
| Octal | 322 | 137 | 0 | 0 | 67 | 144 | 22 | 33 | 144 | 51 |
| Binary | 11010010 | 1011111 | 0 | 0 | 110111 | 1100100 | 10010 | 11011 | 1100100 | 101001 |
Color Harmonies of #D25F00
Complementary color
Monochromatic Colors of #D25F00
Black with #D25F00
Text Example
Text Example
White with #D25F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F00; }
p { color: rgb(210,95,0); }
H1.HeaderClassName
{
color: #D25F00;
}
.AnyTagClassName
{
color: #D25F00;
}
</style>
background-color css
<style>
a { background-color: #D25F00; }
a { background-color: rgb(210,95,0); }
div.DivClassName
{
background-color: #D25F00;
}
.BgClassName
{
background-color: #D25F00;
}
</style>
border-color css
<style>
span { border-color: #D25F00; }
span { border-color: rgb(210,95,0); }
td.TdClassName
{
border-color: #D25F00;
}
.TagClassName
{
border-color: #D25F00;
}
</style>