Shades of Tenne (Tawny) #D14B0A
Tints of Tenne (Tawny) #D14B0A
RGB
CMYK
RGB Variations
Color information
#D14B0A (or 0xD14B0A) is known color: Tenne (Tawny). HEX triplet: D1, 4B and 0A. RGB value is (209,75,10). Sum of RGB (Red+Green+Blue) = 209+75+10=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14B0A is #2EB4F5. Grayscale: #6C6C6C. Windows color (decimal): -3060982 or 674769. OLE color: 674769.
HSL color Cylindrical-coordinate representation of color #D14B0A: hue angle of 19.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D14B0A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.18 |
| HSL | 19.6º | 0.91% | 0.43% | - |
| HSV(B) | 19.6º | 0.95% | 0.82% | - |
| XYZ | 28.87 | 18.61 | 2.36 | - |
| YUV | 107.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 10 | 0 | 0.64 | 0.95 | 0.18 | 19.6 | 0.91 | 0.43 |
| Hex | D1 | 4B | A | 0 | 40 | 5F | 12 | 14 | 5B | 2B |
| Octal | 321 | 113 | 12 | 0 | 100 | 137 | 22 | 24 | 133 | 53 |
| Binary | 11010001 | 1001011 | 1010 | 0 | 1000000 | 1011111 | 10010 | 10100 | 1011011 | 101011 |
Color Harmonies of #D14B0A
Complementary color
Monochromatic Colors of #D14B0A
Black with #D14B0A
Text Example
Text Example
White with #D14B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B0A; }
p { color: rgb(209,75,10); }
H1.HeaderClassName
{
color: #D14B0A;
}
.AnyTagClassName
{
color: #D14B0A;
}
</style>
background-color css
<style>
a { background-color: #D14B0A; }
a { background-color: rgb(209,75,10); }
div.DivClassName
{
background-color: #D14B0A;
}
.BgClassName
{
background-color: #D14B0A;
}
</style>
border-color css
<style>
span { border-color: #D14B0A; }
span { border-color: rgb(209,75,10); }
td.TdClassName
{
border-color: #D14B0A;
}
.TagClassName
{
border-color: #D14B0A;
}
</style>