Shades of Tenne (Tawny) #D25B0D
Tints of Tenne (Tawny) #D25B0D
RGB
CMYK
RGB Variations
Color information
#D25B0D (or 0xD25B0D) is known color: Tenne (Tawny). HEX triplet: D2, 5B and 0D. RGB value is (210,91,13). Sum of RGB (Red+Green+Blue) = 210+91+13=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25B0D is #2DA4F2. Grayscale: #767676. Windows color (decimal): -2991347 or 875474. OLE color: 875474.
HSL color Cylindrical-coordinate representation of color #D25B0D: hue angle of 23.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D25B0D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.18 |
| HSL | 23.76º | 0.88% | 0.44% | - |
| HSV(B) | 23.76º | 0.94% | 0.82% | - |
| XYZ | 30.39 | 21.21 | 2.87 | - |
| YUV | 117.69 | 68.92 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 13 | 0 | 0.57 | 0.94 | 0.18 | 23.76 | 0.88 | 0.44 |
| Hex | D2 | 5B | D | 0 | 39 | 5E | 12 | 18 | 58 | 2C |
| Octal | 322 | 133 | 15 | 0 | 71 | 136 | 22 | 30 | 130 | 54 |
| Binary | 11010010 | 1011011 | 1101 | 0 | 111001 | 1011110 | 10010 | 11000 | 1011000 | 101100 |
Color Harmonies of #D25B0D
Complementary color
Monochromatic Colors of #D25B0D
Black with #D25B0D
Text Example
Text Example
White with #D25B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B0D; }
p { color: rgb(210,91,13); }
H1.HeaderClassName
{
color: #D25B0D;
}
.AnyTagClassName
{
color: #D25B0D;
}
</style>
background-color css
<style>
a { background-color: #D25B0D; }
a { background-color: rgb(210,91,13); }
div.DivClassName
{
background-color: #D25B0D;
}
.BgClassName
{
background-color: #D25B0D;
}
</style>
border-color css
<style>
span { border-color: #D25B0D; }
span { border-color: rgb(210,91,13); }
td.TdClassName
{
border-color: #D25B0D;
}
.TagClassName
{
border-color: #D25B0D;
}
</style>