Shades of Tenne (Tawny) #D54C0B
Tints of Tenne (Tawny) #D54C0B
RGB
CMYK
RGB Variations
Color information
#D54C0B (or 0xD54C0B) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 0B. RGB value is (213,76,11). Sum of RGB (Red+Green+Blue) = 213+76+11=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C0B is #2AB3F4. Grayscale: #6D6D6D. Windows color (decimal): -2798581 or 740565. OLE color: 740565.
HSL color Cylindrical-coordinate representation of color #D54C0B: hue angle of 19.31º degrees, saturation: 0.9, 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 #D54C0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.16 |
| HSL | 19.31º | 0.9% | 0.44% | - |
| HSV(B) | 19.31º | 0.95% | 0.84% | - |
| XYZ | 30.09 | 19.34 | 2.46 | - |
| YUV | 109.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 11 | 0 | 0.64 | 0.95 | 0.16 | 19.31 | 0.9 | 0.44 |
| Hex | D5 | 4C | B | 0 | 40 | 5F | 10 | 13 | 5A | 2C |
| Octal | 325 | 114 | 13 | 0 | 100 | 137 | 20 | 23 | 132 | 54 |
| Binary | 11010101 | 1001100 | 1011 | 0 | 1000000 | 1011111 | 10000 | 10011 | 1011010 | 101100 |
Color Harmonies of #D54C0B
Complementary color
Monochromatic Colors of #D54C0B
Black with #D54C0B
Text Example
Text Example
White with #D54C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C0B; }
p { color: rgb(213,76,11); }
H1.HeaderClassName
{
color: #D54C0B;
}
.AnyTagClassName
{
color: #D54C0B;
}
</style>
background-color css
<style>
a { background-color: #D54C0B; }
a { background-color: rgb(213,76,11); }
div.DivClassName
{
background-color: #D54C0B;
}
.BgClassName
{
background-color: #D54C0B;
}
</style>
border-color css
<style>
span { border-color: #D54C0B; }
span { border-color: rgb(213,76,11); }
td.TdClassName
{
border-color: #D54C0B;
}
.TagClassName
{
border-color: #D54C0B;
}
</style>