Shades of Tenne (Tawny) #D64101
Tints of Tenne (Tawny) #D64101
RGB
CMYK
RGB Variations
Color information
#D64101 (or 0xD64101) is known color: Tenne (Tawny). HEX triplet: D6, 41 and 01. RGB value is (214,65,1). Sum of RGB (Red+Green+Blue) = 214+65+1=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D64101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64101 is #29BEFE. Grayscale: #666666. Windows color (decimal): -2735871 or 82390. OLE color: 82390.
HSL color Cylindrical-coordinate representation of color #D64101: hue angle of 18.03º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D64101 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.16 |
| HSL | 18.03º | 0.99% | 0.42% | - |
| HSV(B) | 18.03º | 1% | 0.84% | - |
| XYZ | 29.63 | 18.08 | 1.96 | - |
| YUV | 102.26 | 70.86 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 1 | 0 | 0.70 | 1.00 | 0.16 | 18.03 | 0.99 | 0.42 |
| Hex | D6 | 41 | 1 | 0 | 46 | 64 | 10 | 12 | 63 | 2A |
| Octal | 326 | 101 | 1 | 0 | 106 | 144 | 20 | 22 | 143 | 52 |
| Binary | 11010110 | 1000001 | 1 | 0 | 1000110 | 1100100 | 10000 | 10010 | 1100011 | 101010 |
Color Harmonies of #D64101
Complementary color
Monochromatic Colors of #D64101
Black with #D64101
Text Example
Text Example
White with #D64101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64101; }
p { color: rgb(214,65,1); }
H1.HeaderClassName
{
color: #D64101;
}
.AnyTagClassName
{
color: #D64101;
}
</style>
background-color css
<style>
a { background-color: #D64101; }
a { background-color: rgb(214,65,1); }
div.DivClassName
{
background-color: #D64101;
}
.BgClassName
{
background-color: #D64101;
}
</style>
border-color css
<style>
span { border-color: #D64101; }
span { border-color: rgb(214,65,1); }
td.TdClassName
{
border-color: #D64101;
}
.TagClassName
{
border-color: #D64101;
}
</style>