Shades of Tenne (Tawny) #D1490F
Tints of Tenne (Tawny) #D1490F
RGB
CMYK
RGB Variations
Color information
#D1490F (or 0xD1490F) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 0F. RGB value is (209,73,15). Sum of RGB (Red+Green+Blue) = 209+73+15=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D1490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1490F is #2EB6F0. Grayscale: #6B6B6B. Windows color (decimal): -3061489 or 1001937. OLE color: 1001937.
HSL color Cylindrical-coordinate representation of color #D1490F: hue angle of 17.94º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1490F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.18 |
| HSL | 17.94º | 0.87% | 0.44% | - |
| HSV(B) | 17.94º | 0.93% | 0.82% | - |
| XYZ | 28.76 | 18.35 | 2.48 | - |
| YUV | 107.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 15 | 0 | 0.65 | 0.93 | 0.18 | 17.94 | 0.87 | 0.44 |
| Hex | D1 | 49 | F | 0 | 41 | 5D | 12 | 12 | 57 | 2C |
| Octal | 321 | 111 | 17 | 0 | 101 | 135 | 22 | 22 | 127 | 54 |
| Binary | 11010001 | 1001001 | 1111 | 0 | 1000001 | 1011101 | 10010 | 10010 | 1010111 | 101100 |
Color Harmonies of #D1490F
Complementary color
Monochromatic Colors of #D1490F
Black with #D1490F
Text Example
Text Example
White with #D1490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1490F; }
p { color: rgb(209,73,15); }
H1.HeaderClassName
{
color: #D1490F;
}
.AnyTagClassName
{
color: #D1490F;
}
</style>
background-color css
<style>
a { background-color: #D1490F; }
a { background-color: rgb(209,73,15); }
div.DivClassName
{
background-color: #D1490F;
}
.BgClassName
{
background-color: #D1490F;
}
</style>
border-color css
<style>
span { border-color: #D1490F; }
span { border-color: rgb(209,73,15); }
td.TdClassName
{
border-color: #D1490F;
}
.TagClassName
{
border-color: #D1490F;
}
</style>