Shades of Tenne (Tawny) #D54C11
Tints of Tenne (Tawny) #D54C11
RGB
CMYK
RGB Variations
Color information
#D54C11 (or 0xD54C11) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 11. RGB value is (213,76,17). Sum of RGB (Red+Green+Blue) = 213+76+17=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C11 is #2AB3EE. Grayscale: #6E6E6E. Windows color (decimal): -2798575 or 1133781. OLE color: 1133781.
HSL color Cylindrical-coordinate representation of color #D54C11: hue angle of 18.06º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D54C11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.16 |
| HSL | 18.06º | 0.85% | 0.45% | - |
| HSV(B) | 18.06º | 0.92% | 0.84% | - |
| XYZ | 30.13 | 19.36 | 2.68 | - |
| YUV | 110.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 17 | 0 | 0.64 | 0.92 | 0.16 | 18.06 | 0.85 | 0.45 |
| Hex | D5 | 4C | 11 | 0 | 40 | 5C | 10 | 12 | 55 | 2D |
| Octal | 325 | 114 | 21 | 0 | 100 | 134 | 20 | 22 | 125 | 55 |
| Binary | 11010101 | 1001100 | 10001 | 0 | 1000000 | 1011100 | 10000 | 10010 | 1010101 | 101101 |
Color Harmonies of #D54C11
Complementary color
Monochromatic Colors of #D54C11
Black with #D54C11
Text Example
Text Example
White with #D54C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C11; }
p { color: rgb(213,76,17); }
H1.HeaderClassName
{
color: #D54C11;
}
.AnyTagClassName
{
color: #D54C11;
}
</style>
background-color css
<style>
a { background-color: #D54C11; }
a { background-color: rgb(213,76,17); }
div.DivClassName
{
background-color: #D54C11;
}
.BgClassName
{
background-color: #D54C11;
}
</style>
border-color css
<style>
span { border-color: #D54C11; }
span { border-color: rgb(213,76,17); }
td.TdClassName
{
border-color: #D54C11;
}
.TagClassName
{
border-color: #D54C11;
}
</style>