Shades of Tenne (Tawny) #D64C15
Tints of Tenne (Tawny) #D64C15
RGB
CMYK
RGB Variations
Color information
#D64C15 (or 0xD64C15) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 15. RGB value is (214,76,21). Sum of RGB (Red+Green+Blue) = 214+76+21=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C15 is #29B3EA. Grayscale: #6F6F6F. Windows color (decimal): -2733035 or 1395926. OLE color: 1395926.
HSL color Cylindrical-coordinate representation of color #D64C15: hue angle of 17.1º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64C15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.16 |
| HSL | 17.1º | 0.82% | 0.46% | - |
| HSV(B) | 17.1º | 0.9% | 0.84% | - |
| XYZ | 30.45 | 19.52 | 2.87 | - |
| YUV | 110.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 21 | 0 | 0.64 | 0.90 | 0.16 | 17.1 | 0.82 | 0.46 |
| Hex | D6 | 4C | 15 | 0 | 40 | 5A | 10 | 11 | 52 | 2E |
| Octal | 326 | 114 | 25 | 0 | 100 | 132 | 20 | 21 | 122 | 56 |
| Binary | 11010110 | 1001100 | 10101 | 0 | 1000000 | 1011010 | 10000 | 10001 | 1010010 | 101110 |
Color Harmonies of #D64C15
Complementary color
Monochromatic Colors of #D64C15
Black with #D64C15
Text Example
Text Example
White with #D64C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C15; }
p { color: rgb(214,76,21); }
H1.HeaderClassName
{
color: #D64C15;
}
.AnyTagClassName
{
color: #D64C15;
}
</style>
background-color css
<style>
a { background-color: #D64C15; }
a { background-color: rgb(214,76,21); }
div.DivClassName
{
background-color: #D64C15;
}
.BgClassName
{
background-color: #D64C15;
}
</style>
border-color css
<style>
span { border-color: #D64C15; }
span { border-color: rgb(214,76,21); }
td.TdClassName
{
border-color: #D64C15;
}
.TagClassName
{
border-color: #D64C15;
}
</style>