Shades of Tenne (Tawny) #D2520B
Tints of Tenne (Tawny) #D2520B
RGB
CMYK
RGB Variations
Color information
#D2520B (or 0xD2520B) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 0B. RGB value is (210,82,11). Sum of RGB (Red+Green+Blue) = 210+82+11=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2520B is #2DADF4. Grayscale: #707070. Windows color (decimal): -2993653 or 742098. OLE color: 742098.
HSL color Cylindrical-coordinate representation of color #D2520B: hue angle of 21.41º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2520B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.18 |
| HSL | 21.41º | 0.9% | 0.43% | - |
| HSV(B) | 21.41º | 0.95% | 0.82% | - |
| XYZ | 29.66 | 19.76 | 2.57 | - |
| YUV | 112.18 | 70.91 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 11 | 0 | 0.61 | 0.95 | 0.18 | 21.41 | 0.9 | 0.43 |
| Hex | D2 | 52 | B | 0 | 3D | 5F | 12 | 15 | 5A | 2B |
| Octal | 322 | 122 | 13 | 0 | 75 | 137 | 22 | 25 | 132 | 53 |
| Binary | 11010010 | 1010010 | 1011 | 0 | 111101 | 1011111 | 10010 | 10101 | 1011010 | 101011 |
Color Harmonies of #D2520B
Complementary color
Monochromatic Colors of #D2520B
Black with #D2520B
Text Example
Text Example
White with #D2520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2520B; }
p { color: rgb(210,82,11); }
H1.HeaderClassName
{
color: #D2520B;
}
.AnyTagClassName
{
color: #D2520B;
}
</style>
background-color css
<style>
a { background-color: #D2520B; }
a { background-color: rgb(210,82,11); }
div.DivClassName
{
background-color: #D2520B;
}
.BgClassName
{
background-color: #D2520B;
}
</style>
border-color css
<style>
span { border-color: #D2520B; }
span { border-color: rgb(210,82,11); }
td.TdClassName
{
border-color: #D2520B;
}
.TagClassName
{
border-color: #D2520B;
}
</style>