Shades of Tenne (Tawny) #D25100
Tints of Tenne (Tawny) #D25100
RGB
CMYK
RGB Variations
Color information
#D25100 (or 0xD25100) is known color: Tenne (Tawny). HEX triplet: D2, 51 and 00. RGB value is (210,81,0). Sum of RGB (Red+Green+Blue) = 210+81+0=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D25100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25100 is #2DAEFF. Grayscale: #6E6E6E. Windows color (decimal): -2993920 or 20946. OLE color: 20946.
HSL color Cylindrical-coordinate representation of color #D25100: hue angle of 23.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 #D25100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.18 |
| HSL | 23.14º | 1% | 0.41% | - |
| HSV(B) | 23.14º | 1% | 0.82% | - |
| XYZ | 29.52 | 19.59 | 2.22 | - |
| YUV | 110.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 0 | 0 | 0.61 | 1 | 0.18 | 23.14 | 1 | 0.41 |
| Hex | D2 | 51 | 0 | 0 | 3D | 64 | 12 | 17 | 64 | 29 |
| Octal | 322 | 121 | 0 | 0 | 75 | 144 | 22 | 27 | 144 | 51 |
| Binary | 11010010 | 1010001 | 0 | 0 | 111101 | 1100100 | 10010 | 10111 | 1100100 | 101001 |
Color Harmonies of #D25100
Complementary color
Monochromatic Colors of #D25100
Black with #D25100
Text Example
Text Example
White with #D25100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25100; }
p { color: rgb(210,81,0); }
H1.HeaderClassName
{
color: #D25100;
}
.AnyTagClassName
{
color: #D25100;
}
</style>
background-color css
<style>
a { background-color: #D25100; }
a { background-color: rgb(210,81,0); }
div.DivClassName
{
background-color: #D25100;
}
.BgClassName
{
background-color: #D25100;
}
</style>
border-color css
<style>
span { border-color: #D25100; }
span { border-color: rgb(210,81,0); }
td.TdClassName
{
border-color: #D25100;
}
.TagClassName
{
border-color: #D25100;
}
</style>