Shades of Tenne (Tawny) #D54D0A
Tints of Tenne (Tawny) #D54D0A
RGB
CMYK
RGB Variations
Color information
#D54D0A (or 0xD54D0A) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 0A. RGB value is (213,77,10). Sum of RGB (Red+Green+Blue) = 213+77+10=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D0A is #2AB2F5. Grayscale: #6E6E6E. Windows color (decimal): -2798326 or 675285. OLE color: 675285.
HSL color Cylindrical-coordinate representation of color #D54D0A: hue angle of 19.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D54D0A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.16 |
| HSL | 19.8º | 0.91% | 0.44% | - |
| HSV(B) | 19.8º | 0.95% | 0.84% | - |
| XYZ | 30.15 | 19.48 | 2.46 | - |
| YUV | 110.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 10 | 0 | 0.64 | 0.95 | 0.16 | 19.8 | 0.91 | 0.44 |
| Hex | D5 | 4D | A | 0 | 40 | 5F | 10 | 14 | 5B | 2C |
| Octal | 325 | 115 | 12 | 0 | 100 | 137 | 20 | 24 | 133 | 54 |
| Binary | 11010101 | 1001101 | 1010 | 0 | 1000000 | 1011111 | 10000 | 10100 | 1011011 | 101100 |
Color Harmonies of #D54D0A
Complementary color
Monochromatic Colors of #D54D0A
Black with #D54D0A
Text Example
Text Example
White with #D54D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D0A; }
p { color: rgb(213,77,10); }
H1.HeaderClassName
{
color: #D54D0A;
}
.AnyTagClassName
{
color: #D54D0A;
}
</style>
background-color css
<style>
a { background-color: #D54D0A; }
a { background-color: rgb(213,77,10); }
div.DivClassName
{
background-color: #D54D0A;
}
.BgClassName
{
background-color: #D54D0A;
}
</style>
border-color css
<style>
span { border-color: #D54D0A; }
span { border-color: rgb(213,77,10); }
td.TdClassName
{
border-color: #D54D0A;
}
.TagClassName
{
border-color: #D54D0A;
}
</style>