Shades of Tenne (Tawny) #D64C13
Tints of Tenne (Tawny) #D64C13
RGB
CMYK
RGB Variations
Color information
#D64C13 (or 0xD64C13) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 13. RGB value is (214,76,19). Sum of RGB (Red+Green+Blue) = 214+76+19=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C13 is #29B3EC. Grayscale: #6F6F6F. Windows color (decimal): -2733037 or 1264854. OLE color: 1264854.
HSL color Cylindrical-coordinate representation of color #D64C13: hue angle of 17.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D64C13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.16 |
| HSL | 17.54º | 0.84% | 0.46% | - |
| HSV(B) | 17.54º | 0.91% | 0.84% | - |
| XYZ | 30.43 | 19.51 | 2.78 | - |
| YUV | 110.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 19 | 0 | 0.64 | 0.91 | 0.16 | 17.54 | 0.84 | 0.46 |
| Hex | D6 | 4C | 13 | 0 | 40 | 5B | 10 | 12 | 54 | 2E |
| Octal | 326 | 114 | 23 | 0 | 100 | 133 | 20 | 22 | 124 | 56 |
| Binary | 11010110 | 1001100 | 10011 | 0 | 1000000 | 1011011 | 10000 | 10010 | 1010100 | 101110 |
Color Harmonies of #D64C13
Complementary color
Monochromatic Colors of #D64C13
Black with #D64C13
Text Example
Text Example
White with #D64C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C13; }
p { color: rgb(214,76,19); }
H1.HeaderClassName
{
color: #D64C13;
}
.AnyTagClassName
{
color: #D64C13;
}
</style>
background-color css
<style>
a { background-color: #D64C13; }
a { background-color: rgb(214,76,19); }
div.DivClassName
{
background-color: #D64C13;
}
.BgClassName
{
background-color: #D64C13;
}
</style>
border-color css
<style>
span { border-color: #D64C13; }
span { border-color: rgb(214,76,19); }
td.TdClassName
{
border-color: #D64C13;
}
.TagClassName
{
border-color: #D64C13;
}
</style>