Shades of Tenne (Tawny) #D25012
Tints of Tenne (Tawny) #D25012
RGB
CMYK
RGB Variations
Color information
#D25012 (or 0xD25012) is known color: Tenne (Tawny). HEX triplet: D2, 50 and 12. RGB value is (210,80,18). Sum of RGB (Red+Green+Blue) = 210+80+18=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D25012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25012 is #2DAFED. Grayscale: #707070. Windows color (decimal): -2994158 or 1200338. OLE color: 1200338.
HSL color Cylindrical-coordinate representation of color #D25012: hue angle of 19.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D25012 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 18 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.18 |
| HSL | 19.38º | 0.84% | 0.45% | - |
| HSV(B) | 19.38º | 0.91% | 0.82% | - |
| XYZ | 29.56 | 19.48 | 2.78 | - |
| YUV | 111.8 | 75.07 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 18 | 0 | 0.62 | 0.91 | 0.18 | 19.38 | 0.84 | 0.45 |
| Hex | D2 | 50 | 12 | 0 | 3E | 5B | 12 | 13 | 54 | 2D |
| Octal | 322 | 120 | 22 | 0 | 76 | 133 | 22 | 23 | 124 | 55 |
| Binary | 11010010 | 1010000 | 10010 | 0 | 111110 | 1011011 | 10010 | 10011 | 1010100 | 101101 |
Color Harmonies of #D25012
Complementary color
Monochromatic Colors of #D25012
Black with #D25012
Text Example
Text Example
White with #D25012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25012; }
p { color: rgb(210,80,18); }
H1.HeaderClassName
{
color: #D25012;
}
.AnyTagClassName
{
color: #D25012;
}
</style>
background-color css
<style>
a { background-color: #D25012; }
a { background-color: rgb(210,80,18); }
div.DivClassName
{
background-color: #D25012;
}
.BgClassName
{
background-color: #D25012;
}
</style>
border-color css
<style>
span { border-color: #D25012; }
span { border-color: rgb(210,80,18); }
td.TdClassName
{
border-color: #D25012;
}
.TagClassName
{
border-color: #D25012;
}
</style>