Shades of Tenne (Tawny) #D5530B
Tints of Tenne (Tawny) #D5530B
RGB
CMYK
RGB Variations
Color information
#D5530B (or 0xD5530B) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 0B. RGB value is (213,83,11). Sum of RGB (Red+Green+Blue) = 213+83+11=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5530B is #2AACF4. Grayscale: #727272. Windows color (decimal): -2796789 or 742357. OLE color: 742357.
HSL color Cylindrical-coordinate representation of color #D5530B: hue angle of 21.39º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5530B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.16 |
| HSL | 21.39º | 0.9% | 0.44% | - |
| HSV(B) | 21.39º | 0.95% | 0.84% | - |
| XYZ | 30.59 | 20.36 | 2.63 | - |
| YUV | 113.66 | 70.07 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 11 | 0 | 0.61 | 0.95 | 0.16 | 21.39 | 0.9 | 0.44 |
| Hex | D5 | 53 | B | 0 | 3D | 5F | 10 | 15 | 5A | 2C |
| Octal | 325 | 123 | 13 | 0 | 75 | 137 | 20 | 25 | 132 | 54 |
| Binary | 11010101 | 1010011 | 1011 | 0 | 111101 | 1011111 | 10000 | 10101 | 1011010 | 101100 |
Color Harmonies of #D5530B
Complementary color
Monochromatic Colors of #D5530B
Black with #D5530B
Text Example
Text Example
White with #D5530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5530B; }
p { color: rgb(213,83,11); }
H1.HeaderClassName
{
color: #D5530B;
}
.AnyTagClassName
{
color: #D5530B;
}
</style>
background-color css
<style>
a { background-color: #D5530B; }
a { background-color: rgb(213,83,11); }
div.DivClassName
{
background-color: #D5530B;
}
.BgClassName
{
background-color: #D5530B;
}
</style>
border-color css
<style>
span { border-color: #D5530B; }
span { border-color: rgb(213,83,11); }
td.TdClassName
{
border-color: #D5530B;
}
.TagClassName
{
border-color: #D5530B;
}
</style>