Shades of Tenne (Tawny) #D25C0B
Tints of Tenne (Tawny) #D25C0B
RGB
CMYK
RGB Variations
Color information
#D25C0B (or 0xD25C0B) is known color: Tenne (Tawny). HEX triplet: D2, 5C and 0B. RGB value is (210,92,11). Sum of RGB (Red+Green+Blue) = 210+92+11=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25C0B is #2DA3F4. Grayscale: #767676. Windows color (decimal): -2991093 or 744658. OLE color: 744658.
HSL color Cylindrical-coordinate representation of color #D25C0B: hue angle of 24.42º 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 #D25C0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.18 |
| HSL | 24.42º | 0.9% | 0.43% | - |
| HSV(B) | 24.42º | 0.95% | 0.82% | - |
| XYZ | 30.47 | 21.38 | 2.84 | - |
| YUV | 118.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 11 | 0 | 0.56 | 0.95 | 0.18 | 24.42 | 0.9 | 0.43 |
| Hex | D2 | 5C | B | 0 | 38 | 5F | 12 | 18 | 5A | 2B |
| Octal | 322 | 134 | 13 | 0 | 70 | 137 | 22 | 30 | 132 | 53 |
| Binary | 11010010 | 1011100 | 1011 | 0 | 111000 | 1011111 | 10010 | 11000 | 1011010 | 101011 |
Color Harmonies of #D25C0B
Complementary color
Monochromatic Colors of #D25C0B
Black with #D25C0B
Text Example
Text Example
White with #D25C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C0B; }
p { color: rgb(210,92,11); }
H1.HeaderClassName
{
color: #D25C0B;
}
.AnyTagClassName
{
color: #D25C0B;
}
</style>
background-color css
<style>
a { background-color: #D25C0B; }
a { background-color: rgb(210,92,11); }
div.DivClassName
{
background-color: #D25C0B;
}
.BgClassName
{
background-color: #D25C0B;
}
</style>
border-color css
<style>
span { border-color: #D25C0B; }
span { border-color: rgb(210,92,11); }
td.TdClassName
{
border-color: #D25C0B;
}
.TagClassName
{
border-color: #D25C0B;
}
</style>