Shades of Tenne (Tawny) #D55300
Tints of Tenne (Tawny) #D55300
RGB
CMYK
RGB Variations
Color information
#D55300 (or 0xD55300) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 00. RGB value is (213,83,0). Sum of RGB (Red+Green+Blue) = 213+83+0=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D55300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55300 is #2AACFF. Grayscale: #707070. Windows color (decimal): -2796800 or 21461. OLE color: 21461.
HSL color Cylindrical-coordinate representation of color #D55300: hue angle of 23.38º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D55300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.16 |
| HSL | 23.38º | 1% | 0.42% | - |
| HSV(B) | 23.38º | 1% | 0.84% | - |
| XYZ | 30.53 | 20.33 | 2.32 | - |
| YUV | 112.41 | 64.57 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 0 | 0 | 0.61 | 1 | 0.16 | 23.38 | 1 | 0.42 |
| Hex | D5 | 53 | 0 | 0 | 3D | 64 | 10 | 17 | 64 | 2A |
| Octal | 325 | 123 | 0 | 0 | 75 | 144 | 20 | 27 | 144 | 52 |
| Binary | 11010101 | 1010011 | 0 | 0 | 111101 | 1100100 | 10000 | 10111 | 1100100 | 101010 |
Color Harmonies of #D55300
Complementary color
Monochromatic Colors of #D55300
Black with #D55300
Text Example
Text Example
White with #D55300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55300; }
p { color: rgb(213,83,0); }
H1.HeaderClassName
{
color: #D55300;
}
.AnyTagClassName
{
color: #D55300;
}
</style>
background-color css
<style>
a { background-color: #D55300; }
a { background-color: rgb(213,83,0); }
div.DivClassName
{
background-color: #D55300;
}
.BgClassName
{
background-color: #D55300;
}
</style>
border-color css
<style>
span { border-color: #D55300; }
span { border-color: rgb(213,83,0); }
td.TdClassName
{
border-color: #D55300;
}
.TagClassName
{
border-color: #D55300;
}
</style>