Shades of Tenne (Tawny) #D54B14
Tints of Tenne (Tawny) #D54B14
RGB
CMYK
RGB Variations
Color information
#D54B14 (or 0xD54B14) is known color: Tenne (Tawny). HEX triplet: D5, 4B and 14. RGB value is (213,75,20). Sum of RGB (Red+Green+Blue) = 213+75+20=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54B14 is #2AB4EB. Grayscale: #6E6E6E. Windows color (decimal): -2798828 or 1330133. OLE color: 1330133.
HSL color Cylindrical-coordinate representation of color #D54B14: hue angle of 17.1º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D54B14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.16 |
| HSL | 17.1º | 0.83% | 0.46% | - |
| HSV(B) | 17.1º | 0.91% | 0.84% | - |
| XYZ | 30.08 | 19.23 | 2.79 | - |
| YUV | 109.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 20 | 0 | 0.65 | 0.91 | 0.16 | 17.1 | 0.83 | 0.46 |
| Hex | D5 | 4B | 14 | 0 | 41 | 5B | 10 | 11 | 53 | 2E |
| Octal | 325 | 113 | 24 | 0 | 101 | 133 | 20 | 21 | 123 | 56 |
| Binary | 11010101 | 1001011 | 10100 | 0 | 1000001 | 1011011 | 10000 | 10001 | 1010011 | 101110 |
Color Harmonies of #D54B14
Complementary color
Monochromatic Colors of #D54B14
Black with #D54B14
Text Example
Text Example
White with #D54B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B14; }
p { color: rgb(213,75,20); }
H1.HeaderClassName
{
color: #D54B14;
}
.AnyTagClassName
{
color: #D54B14;
}
</style>
background-color css
<style>
a { background-color: #D54B14; }
a { background-color: rgb(213,75,20); }
div.DivClassName
{
background-color: #D54B14;
}
.BgClassName
{
background-color: #D54B14;
}
</style>
border-color css
<style>
span { border-color: #D54B14; }
span { border-color: rgb(213,75,20); }
td.TdClassName
{
border-color: #D54B14;
}
.TagClassName
{
border-color: #D54B14;
}
</style>