Shades of Tenne (Tawny) #D2530B
Tints of Tenne (Tawny) #D2530B
RGB
CMYK
RGB Variations
Color information
#D2530B (or 0xD2530B) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 0B. RGB value is (210,83,11). Sum of RGB (Red+Green+Blue) = 210+83+11=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2530B is #2DACF4. Grayscale: #717171. Windows color (decimal): -2993397 or 742354. OLE color: 742354.
HSL color Cylindrical-coordinate representation of color #D2530B: hue angle of 21.71º 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 #D2530B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.18 |
| HSL | 21.71º | 0.9% | 0.43% | - |
| HSV(B) | 21.71º | 0.95% | 0.82% | - |
| XYZ | 29.73 | 19.91 | 2.59 | - |
| YUV | 112.77 | 70.58 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 11 | 0 | 0.60 | 0.95 | 0.18 | 21.71 | 0.9 | 0.43 |
| Hex | D2 | 53 | B | 0 | 3C | 5F | 12 | 16 | 5A | 2B |
| Octal | 322 | 123 | 13 | 0 | 74 | 137 | 22 | 26 | 132 | 53 |
| Binary | 11010010 | 1010011 | 1011 | 0 | 111100 | 1011111 | 10010 | 10110 | 1011010 | 101011 |
Color Harmonies of #D2530B
Complementary color
Monochromatic Colors of #D2530B
Black with #D2530B
Text Example
Text Example
White with #D2530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2530B; }
p { color: rgb(210,83,11); }
H1.HeaderClassName
{
color: #D2530B;
}
.AnyTagClassName
{
color: #D2530B;
}
</style>
background-color css
<style>
a { background-color: #D2530B; }
a { background-color: rgb(210,83,11); }
div.DivClassName
{
background-color: #D2530B;
}
.BgClassName
{
background-color: #D2530B;
}
</style>
border-color css
<style>
span { border-color: #D2530B; }
span { border-color: rgb(210,83,11); }
td.TdClassName
{
border-color: #D2530B;
}
.TagClassName
{
border-color: #D2530B;
}
</style>