Shades of Tenne (Tawny) #D55203
Tints of Tenne (Tawny) #D55203
RGB
CMYK
RGB Variations
Color information
#D55203 (or 0xD55203) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 03. RGB value is (213,82,3). Sum of RGB (Red+Green+Blue) = 213+82+3=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D55203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55203 is #2AADFC. Grayscale: #707070. Windows color (decimal): -2797053 or 217813. OLE color: 217813.
HSL color Cylindrical-coordinate representation of color #D55203: hue angle of 22.57º 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 #D55203 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.16 |
| HSL | 22.57º | 0.97% | 0.42% | - |
| HSV(B) | 22.57º | 0.99% | 0.84% | - |
| XYZ | 30.47 | 20.19 | 2.38 | - |
| YUV | 112.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 3 | 0 | 0.62 | 0.99 | 0.16 | 22.57 | 0.97 | 0.42 |
| Hex | D5 | 52 | 3 | 0 | 3E | 63 | 10 | 17 | 61 | 2A |
| Octal | 325 | 122 | 3 | 0 | 76 | 143 | 20 | 27 | 141 | 52 |
| Binary | 11010101 | 1010010 | 11 | 0 | 111110 | 1100011 | 10000 | 10111 | 1100001 | 101010 |
Color Harmonies of #D55203
Complementary color
Monochromatic Colors of #D55203
Black with #D55203
Text Example
Text Example
White with #D55203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55203; }
p { color: rgb(213,82,3); }
H1.HeaderClassName
{
color: #D55203;
}
.AnyTagClassName
{
color: #D55203;
}
</style>
background-color css
<style>
a { background-color: #D55203; }
a { background-color: rgb(213,82,3); }
div.DivClassName
{
background-color: #D55203;
}
.BgClassName
{
background-color: #D55203;
}
</style>
border-color css
<style>
span { border-color: #D55203; }
span { border-color: rgb(213,82,3); }
td.TdClassName
{
border-color: #D55203;
}
.TagClassName
{
border-color: #D55203;
}
</style>