Shades of Tenne (Tawny) #D54B0A
Tints of Tenne (Tawny) #D54B0A
RGB
CMYK
RGB Variations
Color information
#D54B0A (or 0xD54B0A) is known color: Tenne (Tawny). HEX triplet: D5, 4B and 0A. RGB value is (213,75,10). Sum of RGB (Red+Green+Blue) = 213+75+10=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54B0A is #2AB4F5. Grayscale: #6D6D6D. Windows color (decimal): -2798838 or 674773. OLE color: 674773.
HSL color Cylindrical-coordinate representation of color #D54B0A: hue angle of 19.21º 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 #D54B0A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.16 |
| HSL | 19.21º | 0.91% | 0.44% | - |
| HSV(B) | 19.21º | 0.95% | 0.84% | - |
| XYZ | 30.01 | 19.2 | 2.41 | - |
| YUV | 108.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 10 | 0 | 0.65 | 0.95 | 0.16 | 19.21 | 0.91 | 0.44 |
| Hex | D5 | 4B | A | 0 | 41 | 5F | 10 | 13 | 5B | 2C |
| Octal | 325 | 113 | 12 | 0 | 101 | 137 | 20 | 23 | 133 | 54 |
| Binary | 11010101 | 1001011 | 1010 | 0 | 1000001 | 1011111 | 10000 | 10011 | 1011011 | 101100 |
Color Harmonies of #D54B0A
Complementary color
Monochromatic Colors of #D54B0A
Black with #D54B0A
Text Example
Text Example
White with #D54B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B0A; }
p { color: rgb(213,75,10); }
H1.HeaderClassName
{
color: #D54B0A;
}
.AnyTagClassName
{
color: #D54B0A;
}
</style>
background-color css
<style>
a { background-color: #D54B0A; }
a { background-color: rgb(213,75,10); }
div.DivClassName
{
background-color: #D54B0A;
}
.BgClassName
{
background-color: #D54B0A;
}
</style>
border-color css
<style>
span { border-color: #D54B0A; }
span { border-color: rgb(213,75,10); }
td.TdClassName
{
border-color: #D54B0A;
}
.TagClassName
{
border-color: #D54B0A;
}
</style>