Shades of Tenne (Tawny) #D54C0E
Tints of Tenne (Tawny) #D54C0E
RGB
CMYK
RGB Variations
Color information
#D54C0E (or 0xD54C0E) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 0E. RGB value is (213,76,14). Sum of RGB (Red+Green+Blue) = 213+76+14=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C0E is #2AB3F1. Grayscale: #6E6E6E. Windows color (decimal): -2798578 or 937173. OLE color: 937173.
HSL color Cylindrical-coordinate representation of color #D54C0E: hue angle of 18.69º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D54C0E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.16 |
| HSL | 18.69º | 0.88% | 0.45% | - |
| HSV(B) | 18.69º | 0.93% | 0.84% | - |
| XYZ | 30.1 | 19.35 | 2.56 | - |
| YUV | 109.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 14 | 0 | 0.64 | 0.93 | 0.16 | 18.69 | 0.88 | 0.45 |
| Hex | D5 | 4C | E | 0 | 40 | 5D | 10 | 13 | 58 | 2D |
| Octal | 325 | 114 | 16 | 0 | 100 | 135 | 20 | 23 | 130 | 55 |
| Binary | 11010101 | 1001100 | 1110 | 0 | 1000000 | 1011101 | 10000 | 10011 | 1011000 | 101101 |
Color Harmonies of #D54C0E
Complementary color
Monochromatic Colors of #D54C0E
Black with #D54C0E
Text Example
Text Example
White with #D54C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C0E; }
p { color: rgb(213,76,14); }
H1.HeaderClassName
{
color: #D54C0E;
}
.AnyTagClassName
{
color: #D54C0E;
}
</style>
background-color css
<style>
a { background-color: #D54C0E; }
a { background-color: rgb(213,76,14); }
div.DivClassName
{
background-color: #D54C0E;
}
.BgClassName
{
background-color: #D54C0E;
}
</style>
border-color css
<style>
span { border-color: #D54C0E; }
span { border-color: rgb(213,76,14); }
td.TdClassName
{
border-color: #D54C0E;
}
.TagClassName
{
border-color: #D54C0E;
}
</style>