Shades of Tenne (Tawny) #D25314
Tints of Tenne (Tawny) #D25314
RGB
CMYK
RGB Variations
Color information
#D25314 (or 0xD25314) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 14. RGB value is (210,83,20). Sum of RGB (Red+Green+Blue) = 210+83+20=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D25314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25314 is #2DACEB. Grayscale: #727272. Windows color (decimal): -2993388 or 1332178. OLE color: 1332178.
HSL color Cylindrical-coordinate representation of color #D25314: hue angle of 19.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25314 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 20 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.18 |
| HSL | 19.89º | 0.83% | 0.45% | - |
| HSV(B) | 19.89º | 0.9% | 0.82% | - |
| XYZ | 29.8 | 19.94 | 2.94 | - |
| YUV | 113.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 20 | 0 | 0.60 | 0.90 | 0.18 | 19.89 | 0.83 | 0.45 |
| Hex | D2 | 53 | 14 | 0 | 3C | 5A | 12 | 14 | 53 | 2D |
| Octal | 322 | 123 | 24 | 0 | 74 | 132 | 22 | 24 | 123 | 55 |
| Binary | 11010010 | 1010011 | 10100 | 0 | 111100 | 1011010 | 10010 | 10100 | 1010011 | 101101 |
Color Harmonies of #D25314
Complementary color
Monochromatic Colors of #D25314
Black with #D25314
Text Example
Text Example
White with #D25314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25314; }
p { color: rgb(210,83,20); }
H1.HeaderClassName
{
color: #D25314;
}
.AnyTagClassName
{
color: #D25314;
}
</style>
background-color css
<style>
a { background-color: #D25314; }
a { background-color: rgb(210,83,20); }
div.DivClassName
{
background-color: #D25314;
}
.BgClassName
{
background-color: #D25314;
}
</style>
border-color css
<style>
span { border-color: #D25314; }
span { border-color: rgb(210,83,20); }
td.TdClassName
{
border-color: #D25314;
}
.TagClassName
{
border-color: #D25314;
}
</style>