Shades of Tenne (Tawny) #D55312
Tints of Tenne (Tawny) #D55312
RGB
CMYK
RGB Variations
Color information
#D55312 (or 0xD55312) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 12. RGB value is (213,83,18). Sum of RGB (Red+Green+Blue) = 213+83+18=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D55312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55312 is #2AACED. Grayscale: #727272. Windows color (decimal): -2796782 or 1201109. OLE color: 1201109.
HSL color Cylindrical-coordinate representation of color #D55312: hue angle of 20º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55312 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 18 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.16 |
| HSL | 20º | 0.84% | 0.45% | - |
| HSV(B) | 20º | 0.92% | 0.84% | - |
| XYZ | 30.64 | 20.38 | 2.89 | - |
| YUV | 114.46 | 73.57 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 18 | 0 | 0.61 | 0.92 | 0.16 | 20 | 0.84 | 0.45 |
| Hex | D5 | 53 | 12 | 0 | 3D | 5C | 10 | 14 | 54 | 2D |
| Octal | 325 | 123 | 22 | 0 | 75 | 134 | 20 | 24 | 124 | 55 |
| Binary | 11010101 | 1010011 | 10010 | 0 | 111101 | 1011100 | 10000 | 10100 | 1010100 | 101101 |
Color Harmonies of #D55312
Complementary color
Monochromatic Colors of #D55312
Black with #D55312
Text Example
Text Example
White with #D55312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55312; }
p { color: rgb(213,83,18); }
H1.HeaderClassName
{
color: #D55312;
}
.AnyTagClassName
{
color: #D55312;
}
</style>
background-color css
<style>
a { background-color: #D55312; }
a { background-color: rgb(213,83,18); }
div.DivClassName
{
background-color: #D55312;
}
.BgClassName
{
background-color: #D55312;
}
</style>
border-color css
<style>
span { border-color: #D55312; }
span { border-color: rgb(213,83,18); }
td.TdClassName
{
border-color: #D55312;
}
.TagClassName
{
border-color: #D55312;
}
</style>