Shades of Tenne (Tawny) #D25F01
Tints of Tenne (Tawny) #D25F01
RGB
CMYK
RGB Variations
Color information
#D25F01 (or 0xD25F01) is known color: Tenne (Tawny). HEX triplet: D2, 5F and 01. RGB value is (210,95,1). Sum of RGB (Red+Green+Blue) = 210+95+1=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F01 is #2DA0FE. Grayscale: #777777. Windows color (decimal): -2990335 or 90066. OLE color: 90066.
HSL color Cylindrical-coordinate representation of color #D25F01: hue angle of 26.99º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25F01 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.18 |
| HSL | 26.99º | 0.99% | 0.41% | - |
| HSV(B) | 26.99º | 1% | 0.82% | - |
| XYZ | 30.68 | 21.89 | 2.64 | - |
| YUV | 118.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 1 | 0 | 0.55 | 1.00 | 0.18 | 26.99 | 0.99 | 0.41 |
| Hex | D2 | 5F | 1 | 0 | 37 | 64 | 12 | 1B | 63 | 29 |
| Octal | 322 | 137 | 1 | 0 | 67 | 144 | 22 | 33 | 143 | 51 |
| Binary | 11010010 | 1011111 | 1 | 0 | 110111 | 1100100 | 10010 | 11011 | 1100011 | 101001 |
Color Harmonies of #D25F01
Complementary color
Monochromatic Colors of #D25F01
Black with #D25F01
Text Example
Text Example
White with #D25F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F01; }
p { color: rgb(210,95,1); }
H1.HeaderClassName
{
color: #D25F01;
}
.AnyTagClassName
{
color: #D25F01;
}
</style>
background-color css
<style>
a { background-color: #D25F01; }
a { background-color: rgb(210,95,1); }
div.DivClassName
{
background-color: #D25F01;
}
.BgClassName
{
background-color: #D25F01;
}
</style>
border-color css
<style>
span { border-color: #D25F01; }
span { border-color: rgb(210,95,1); }
td.TdClassName
{
border-color: #D25F01;
}
.TagClassName
{
border-color: #D25F01;
}
</style>