Shades of Tenne (Tawny) #D25401
Tints of Tenne (Tawny) #D25401
RGB
CMYK
RGB Variations
Color information
#D25401 (or 0xD25401) is known color: Tenne (Tawny). HEX triplet: D2, 54 and 01. RGB value is (210,84,1). Sum of RGB (Red+Green+Blue) = 210+84+1=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D25401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25401 is #2DABFE. Grayscale: #707070. Windows color (decimal): -2993151 or 87250. OLE color: 87250.
HSL color Cylindrical-coordinate representation of color #D25401: hue angle of 23.83º 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 #D25401 is Cyan = 0, Magento = 0.6, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 1 | - |
| CMYK | 0 | 0.6 | 1.00 | 0.18 |
| HSL | 23.83º | 0.99% | 0.41% | - |
| HSV(B) | 23.83º | 1% | 0.82% | - |
| XYZ | 29.75 | 20.04 | 2.33 | - |
| YUV | 112.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 1 | 0 | 0.6 | 1.00 | 0.18 | 23.83 | 0.99 | 0.41 |
| Hex | D2 | 54 | 1 | 0 | 3C | 64 | 12 | 18 | 63 | 29 |
| Octal | 322 | 124 | 1 | 0 | 74 | 144 | 22 | 30 | 143 | 51 |
| Binary | 11010010 | 1010100 | 1 | 0 | 111100 | 1100100 | 10010 | 11000 | 1100011 | 101001 |
Color Harmonies of #D25401
Complementary color
Monochromatic Colors of #D25401
Black with #D25401
Text Example
Text Example
White with #D25401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25401; }
p { color: rgb(210,84,1); }
H1.HeaderClassName
{
color: #D25401;
}
.AnyTagClassName
{
color: #D25401;
}
</style>
background-color css
<style>
a { background-color: #D25401; }
a { background-color: rgb(210,84,1); }
div.DivClassName
{
background-color: #D25401;
}
.BgClassName
{
background-color: #D25401;
}
</style>
border-color css
<style>
span { border-color: #D25401; }
span { border-color: rgb(210,84,1); }
td.TdClassName
{
border-color: #D25401;
}
.TagClassName
{
border-color: #D25401;
}
</style>