Shades of Tenne (Tawny) #D55003
Tints of Tenne (Tawny) #D55003
RGB
CMYK
RGB Variations
Color information
#D55003 (or 0xD55003) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 03. RGB value is (213,80,3). Sum of RGB (Red+Green+Blue) = 213+80+3=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D55003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55003 is #2AAFFC. Grayscale: #6F6F6F. Windows color (decimal): -2797565 or 217301. OLE color: 217301.
HSL color Cylindrical-coordinate representation of color #D55003: hue angle of 22º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D55003 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.16 |
| HSL | 22º | 0.97% | 0.42% | - |
| HSV(B) | 22º | 0.99% | 0.84% | - |
| XYZ | 30.33 | 19.89 | 2.33 | - |
| YUV | 110.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 3 | 0 | 0.62 | 0.99 | 0.16 | 22 | 0.97 | 0.42 |
| Hex | D5 | 50 | 3 | 0 | 3E | 63 | 10 | 16 | 61 | 2A |
| Octal | 325 | 120 | 3 | 0 | 76 | 143 | 20 | 26 | 141 | 52 |
| Binary | 11010101 | 1010000 | 11 | 0 | 111110 | 1100011 | 10000 | 10110 | 1100001 | 101010 |
Color Harmonies of #D55003
Complementary color
Monochromatic Colors of #D55003
Black with #D55003
Text Example
Text Example
White with #D55003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55003; }
p { color: rgb(213,80,3); }
H1.HeaderClassName
{
color: #D55003;
}
.AnyTagClassName
{
color: #D55003;
}
</style>
background-color css
<style>
a { background-color: #D55003; }
a { background-color: rgb(213,80,3); }
div.DivClassName
{
background-color: #D55003;
}
.BgClassName
{
background-color: #D55003;
}
</style>
border-color css
<style>
span { border-color: #D55003; }
span { border-color: rgb(213,80,3); }
td.TdClassName
{
border-color: #D55003;
}
.TagClassName
{
border-color: #D55003;
}
</style>