Shades of Tenne (Tawny) #D54100
Tints of Tenne (Tawny) #D54100
RGB
CMYK
RGB Variations
Color information
#D54100 (or 0xD54100) is known color: Tenne (Tawny). HEX triplet: D5, 41 and 00. RGB value is (213,65,0). Sum of RGB (Red+Green+Blue) = 213+65+0=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D54100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54100 is #2ABEFF. Grayscale: #666666. Windows color (decimal): -2801408 or 16853. OLE color: 16853.
HSL color Cylindrical-coordinate representation of color #D54100: hue angle of 18.31º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D54100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.16 |
| HSL | 18.31º | 1% | 0.42% | - |
| HSV(B) | 18.31º | 1% | 0.84% | - |
| XYZ | 29.33 | 17.93 | 1.91 | - |
| YUV | 101.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 0 | 0 | 0.69 | 1 | 0.16 | 18.31 | 1 | 0.42 |
| Hex | D5 | 41 | 0 | 0 | 45 | 64 | 10 | 12 | 64 | 2A |
| Octal | 325 | 101 | 0 | 0 | 105 | 144 | 20 | 22 | 144 | 52 |
| Binary | 11010101 | 1000001 | 0 | 0 | 1000101 | 1100100 | 10000 | 10010 | 1100100 | 101010 |
Color Harmonies of #D54100
Complementary color
Monochromatic Colors of #D54100
Black with #D54100
Text Example
Text Example
White with #D54100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54100; }
p { color: rgb(213,65,0); }
H1.HeaderClassName
{
color: #D54100;
}
.AnyTagClassName
{
color: #D54100;
}
</style>
background-color css
<style>
a { background-color: #D54100; }
a { background-color: rgb(213,65,0); }
div.DivClassName
{
background-color: #D54100;
}
.BgClassName
{
background-color: #D54100;
}
</style>
border-color css
<style>
span { border-color: #D54100; }
span { border-color: rgb(213,65,0); }
td.TdClassName
{
border-color: #D54100;
}
.TagClassName
{
border-color: #D54100;
}
</style>