Shades of Tenne (Tawny) #D14402
Tints of Tenne (Tawny) #D14402
RGB
CMYK
RGB Variations
Color information
#D14402 (or 0xD14402) is known color: Tenne (Tawny). HEX triplet: D1, 44 and 02. RGB value is (209,68,2). Sum of RGB (Red+Green+Blue) = 209+68+2=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D14402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14402 is #2EBBFD. Grayscale: #676767. Windows color (decimal): -3062782 or 148689. OLE color: 148689.
HSL color Cylindrical-coordinate representation of color #D14402: hue angle of 19.13º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14402 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.18 |
| HSL | 19.13º | 0.98% | 0.41% | - |
| HSV(B) | 19.13º | 0.99% | 0.82% | - |
| XYZ | 28.37 | 17.69 | 1.98 | - |
| YUV | 102.64 | 71.21 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 2 | 0 | 0.67 | 0.99 | 0.18 | 19.13 | 0.98 | 0.41 |
| Hex | D1 | 44 | 2 | 0 | 43 | 63 | 12 | 13 | 62 | 29 |
| Octal | 321 | 104 | 2 | 0 | 103 | 143 | 22 | 23 | 142 | 51 |
| Binary | 11010001 | 1000100 | 10 | 0 | 1000011 | 1100011 | 10010 | 10011 | 1100010 | 101001 |
Color Harmonies of #D14402
Complementary color
Monochromatic Colors of #D14402
Black with #D14402
Text Example
Text Example
White with #D14402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14402; }
p { color: rgb(209,68,2); }
H1.HeaderClassName
{
color: #D14402;
}
.AnyTagClassName
{
color: #D14402;
}
</style>
background-color css
<style>
a { background-color: #D14402; }
a { background-color: rgb(209,68,2); }
div.DivClassName
{
background-color: #D14402;
}
.BgClassName
{
background-color: #D14402;
}
</style>
border-color css
<style>
span { border-color: #D14402; }
span { border-color: rgb(209,68,2); }
td.TdClassName
{
border-color: #D14402;
}
.TagClassName
{
border-color: #D14402;
}
</style>