Shades of Tenne (Tawny) #D2490C
Tints of Tenne (Tawny) #D2490C
RGB
CMYK
RGB Variations
Color information
#D2490C (or 0xD2490C) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 0C. RGB value is (210,73,12). Sum of RGB (Red+Green+Blue) = 210+73+12=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2490C is #2DB6F3. Grayscale: #6B6B6B. Windows color (decimal): -2995956 or 805330. OLE color: 805330.
HSL color Cylindrical-coordinate representation of color #D2490C: hue angle of 18.48º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2490C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.18 |
| HSL | 18.48º | 0.89% | 0.44% | - |
| HSV(B) | 18.48º | 0.94% | 0.82% | - |
| XYZ | 29.03 | 18.49 | 2.39 | - |
| YUV | 107.01 | 74.39 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 12 | 0 | 0.65 | 0.94 | 0.18 | 18.48 | 0.89 | 0.44 |
| Hex | D2 | 49 | C | 0 | 41 | 5E | 12 | 12 | 59 | 2C |
| Octal | 322 | 111 | 14 | 0 | 101 | 136 | 22 | 22 | 131 | 54 |
| Binary | 11010010 | 1001001 | 1100 | 0 | 1000001 | 1011110 | 10010 | 10010 | 1011001 | 101100 |
Color Harmonies of #D2490C
Complementary color
Monochromatic Colors of #D2490C
Black with #D2490C
Text Example
Text Example
White with #D2490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2490C; }
p { color: rgb(210,73,12); }
H1.HeaderClassName
{
color: #D2490C;
}
.AnyTagClassName
{
color: #D2490C;
}
</style>
background-color css
<style>
a { background-color: #D2490C; }
a { background-color: rgb(210,73,12); }
div.DivClassName
{
background-color: #D2490C;
}
.BgClassName
{
background-color: #D2490C;
}
</style>
border-color css
<style>
span { border-color: #D2490C; }
span { border-color: rgb(210,73,12); }
td.TdClassName
{
border-color: #D2490C;
}
.TagClassName
{
border-color: #D2490C;
}
</style>