Shades of Tenne (Tawny) #D54505
Tints of Tenne (Tawny) #D54505
RGB
CMYK
RGB Variations
Color information
#D54505 (or 0xD54505) is known color: Tenne (Tawny). HEX triplet: D5, 45 and 05. RGB value is (213,69,5). Sum of RGB (Red+Green+Blue) = 213+69+5=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D54505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54505 is #2ABAFA. Grayscale: #696969. Windows color (decimal): -2800379 or 345557. OLE color: 345557.
HSL color Cylindrical-coordinate representation of color #D54505: hue angle of 18.46º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D54505 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.16 |
| HSL | 18.46º | 0.95% | 0.43% | - |
| HSV(B) | 18.46º | 0.98% | 0.84% | - |
| XYZ | 29.6 | 18.41 | 2.14 | - |
| YUV | 104.76 | 71.71 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 5 | 0 | 0.68 | 0.98 | 0.16 | 18.46 | 0.95 | 0.43 |
| Hex | D5 | 45 | 5 | 0 | 44 | 62 | 10 | 12 | 5F | 2B |
| Octal | 325 | 105 | 5 | 0 | 104 | 142 | 20 | 22 | 137 | 53 |
| Binary | 11010101 | 1000101 | 101 | 0 | 1000100 | 1100010 | 10000 | 10010 | 1011111 | 101011 |
Color Harmonies of #D54505
Complementary color
Monochromatic Colors of #D54505
Black with #D54505
Text Example
Text Example
White with #D54505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54505; }
p { color: rgb(213,69,5); }
H1.HeaderClassName
{
color: #D54505;
}
.AnyTagClassName
{
color: #D54505;
}
</style>
background-color css
<style>
a { background-color: #D54505; }
a { background-color: rgb(213,69,5); }
div.DivClassName
{
background-color: #D54505;
}
.BgClassName
{
background-color: #D54505;
}
</style>
border-color css
<style>
span { border-color: #D54505; }
span { border-color: rgb(213,69,5); }
td.TdClassName
{
border-color: #D54505;
}
.TagClassName
{
border-color: #D54505;
}
</style>