Shades of Tenne (Tawny) #D14C15
Tints of Tenne (Tawny) #D14C15
RGB
CMYK
RGB Variations
Color information
#D14C15 (or 0xD14C15) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 15. RGB value is (209,76,21). Sum of RGB (Red+Green+Blue) = 209+76+21=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C15 is #2EB3EA. Grayscale: #6D6D6D. Windows color (decimal): -3060715 or 1395921. OLE color: 1395921.
HSL color Cylindrical-coordinate representation of color #D14C15: hue angle of 17.55º degrees, saturation: 0.82, 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 #D14C15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.18 |
| HSL | 17.55º | 0.82% | 0.45% | - |
| HSV(B) | 17.55º | 0.9% | 0.82% | - |
| XYZ | 29.01 | 18.78 | 2.8 | - |
| YUV | 109.5 | 78.06 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 21 | 0 | 0.64 | 0.90 | 0.18 | 17.55 | 0.82 | 0.45 |
| Hex | D1 | 4C | 15 | 0 | 40 | 5A | 12 | 12 | 52 | 2D |
| Octal | 321 | 114 | 25 | 0 | 100 | 132 | 22 | 22 | 122 | 55 |
| Binary | 11010001 | 1001100 | 10101 | 0 | 1000000 | 1011010 | 10010 | 10010 | 1010010 | 101101 |
Color Harmonies of #D14C15
Complementary color
Monochromatic Colors of #D14C15
Black with #D14C15
Text Example
Text Example
White with #D14C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C15; }
p { color: rgb(209,76,21); }
H1.HeaderClassName
{
color: #D14C15;
}
.AnyTagClassName
{
color: #D14C15;
}
</style>
background-color css
<style>
a { background-color: #D14C15; }
a { background-color: rgb(209,76,21); }
div.DivClassName
{
background-color: #D14C15;
}
.BgClassName
{
background-color: #D14C15;
}
</style>
border-color css
<style>
span { border-color: #D14C15; }
span { border-color: rgb(209,76,21); }
td.TdClassName
{
border-color: #D14C15;
}
.TagClassName
{
border-color: #D14C15;
}
</style>