Shades of Tenne (Tawny) #D55402
Tints of Tenne (Tawny) #D55402
RGB
CMYK
RGB Variations
Color information
#D55402 (or 0xD55402) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 02. RGB value is (213,84,2). Sum of RGB (Red+Green+Blue) = 213+84+2=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D55402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55402 is #2AABFD. Grayscale: #717171. Windows color (decimal): -2796542 or 152789. OLE color: 152789.
HSL color Cylindrical-coordinate representation of color #D55402: hue angle of 23.32º degrees, saturation: 0.98, 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 #D55402 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.16 |
| HSL | 23.32º | 0.98% | 0.42% | - |
| HSV(B) | 23.32º | 0.99% | 0.84% | - |
| XYZ | 30.62 | 20.49 | 2.4 | - |
| YUV | 113.22 | 65.24 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 2 | 0 | 0.61 | 0.99 | 0.16 | 23.32 | 0.98 | 0.42 |
| Hex | D5 | 54 | 2 | 0 | 3D | 63 | 10 | 17 | 62 | 2A |
| Octal | 325 | 124 | 2 | 0 | 75 | 143 | 20 | 27 | 142 | 52 |
| Binary | 11010101 | 1010100 | 10 | 0 | 111101 | 1100011 | 10000 | 10111 | 1100010 | 101010 |
Color Harmonies of #D55402
Complementary color
Monochromatic Colors of #D55402
Black with #D55402
Text Example
Text Example
White with #D55402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55402; }
p { color: rgb(213,84,2); }
H1.HeaderClassName
{
color: #D55402;
}
.AnyTagClassName
{
color: #D55402;
}
</style>
background-color css
<style>
a { background-color: #D55402; }
a { background-color: rgb(213,84,2); }
div.DivClassName
{
background-color: #D55402;
}
.BgClassName
{
background-color: #D55402;
}
</style>
border-color css
<style>
span { border-color: #D55402; }
span { border-color: rgb(213,84,2); }
td.TdClassName
{
border-color: #D55402;
}
.TagClassName
{
border-color: #D55402;
}
</style>