Shades of Tenne (Tawny) #D55202
Tints of Tenne (Tawny) #D55202
RGB
CMYK
RGB Variations
Color information
#D55202 (or 0xD55202) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 02. RGB value is (213,82,2). Sum of RGB (Red+Green+Blue) = 213+82+2=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D55202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55202 is #2AADFD. Grayscale: #707070. Windows color (decimal): -2797054 or 152277. OLE color: 152277.
HSL color Cylindrical-coordinate representation of color #D55202: hue angle of 22.75º 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 #D55202 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.16 |
| HSL | 22.75º | 0.98% | 0.42% | - |
| HSV(B) | 22.75º | 0.99% | 0.84% | - |
| XYZ | 30.47 | 20.19 | 2.35 | - |
| YUV | 112.05 | 65.9 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 2 | 0 | 0.62 | 0.99 | 0.16 | 22.75 | 0.98 | 0.42 |
| Hex | D5 | 52 | 2 | 0 | 3E | 63 | 10 | 17 | 62 | 2A |
| Octal | 325 | 122 | 2 | 0 | 76 | 143 | 20 | 27 | 142 | 52 |
| Binary | 11010101 | 1010010 | 10 | 0 | 111110 | 1100011 | 10000 | 10111 | 1100010 | 101010 |
Color Harmonies of #D55202
Complementary color
Monochromatic Colors of #D55202
Black with #D55202
Text Example
Text Example
White with #D55202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55202; }
p { color: rgb(213,82,2); }
H1.HeaderClassName
{
color: #D55202;
}
.AnyTagClassName
{
color: #D55202;
}
</style>
background-color css
<style>
a { background-color: #D55202; }
a { background-color: rgb(213,82,2); }
div.DivClassName
{
background-color: #D55202;
}
.BgClassName
{
background-color: #D55202;
}
</style>
border-color css
<style>
span { border-color: #D55202; }
span { border-color: rgb(213,82,2); }
td.TdClassName
{
border-color: #D55202;
}
.TagClassName
{
border-color: #D55202;
}
</style>