Shades of Tenne (Tawny) #D25301
Tints of Tenne (Tawny) #D25301
RGB
CMYK
RGB Variations
Color information
#D25301 (or 0xD25301) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 01. RGB value is (210,83,1). Sum of RGB (Red+Green+Blue) = 210+83+1=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D25301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25301 is #2DACFE. Grayscale: #707070. Windows color (decimal): -2993407 or 86994. OLE color: 86994.
HSL color Cylindrical-coordinate representation of color #D25301: hue angle of 23.54º 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 #D25301 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.18 |
| HSL | 23.54º | 0.99% | 0.41% | - |
| HSV(B) | 23.54º | 1% | 0.82% | - |
| XYZ | 29.68 | 19.89 | 2.3 | - |
| YUV | 111.63 | 65.58 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 1 | 0 | 0.60 | 1.00 | 0.18 | 23.54 | 0.99 | 0.41 |
| Hex | D2 | 53 | 1 | 0 | 3C | 64 | 12 | 18 | 63 | 29 |
| Octal | 322 | 123 | 1 | 0 | 74 | 144 | 22 | 30 | 143 | 51 |
| Binary | 11010010 | 1010011 | 1 | 0 | 111100 | 1100100 | 10010 | 11000 | 1100011 | 101001 |
Color Harmonies of #D25301
Complementary color
Monochromatic Colors of #D25301
Black with #D25301
Text Example
Text Example
White with #D25301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25301; }
p { color: rgb(210,83,1); }
H1.HeaderClassName
{
color: #D25301;
}
.AnyTagClassName
{
color: #D25301;
}
</style>
background-color css
<style>
a { background-color: #D25301; }
a { background-color: rgb(210,83,1); }
div.DivClassName
{
background-color: #D25301;
}
.BgClassName
{
background-color: #D25301;
}
</style>
border-color css
<style>
span { border-color: #D25301; }
span { border-color: rgb(210,83,1); }
td.TdClassName
{
border-color: #D25301;
}
.TagClassName
{
border-color: #D25301;
}
</style>