Shades of Tenne (Tawny) #D25D0B
Tints of Tenne (Tawny) #D25D0B
RGB
CMYK
RGB Variations
Color information
#D25D0B (or 0xD25D0B) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 0B. RGB value is (210,93,11). Sum of RGB (Red+Green+Blue) = 210+93+11=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D0B is #2DA2F4. Grayscale: #777777. Windows color (decimal): -2990837 or 744914. OLE color: 744914.
HSL color Cylindrical-coordinate representation of color #D25D0B: hue angle of 24.72º 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 #D25D0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.18 |
| HSL | 24.72º | 0.9% | 0.43% | - |
| HSV(B) | 24.72º | 0.95% | 0.82% | - |
| XYZ | 30.55 | 21.55 | 2.87 | - |
| YUV | 118.64 | 67.26 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 11 | 0 | 0.56 | 0.95 | 0.18 | 24.72 | 0.9 | 0.43 |
| Hex | D2 | 5D | B | 0 | 38 | 5F | 12 | 19 | 5A | 2B |
| Octal | 322 | 135 | 13 | 0 | 70 | 137 | 22 | 31 | 132 | 53 |
| Binary | 11010010 | 1011101 | 1011 | 0 | 111000 | 1011111 | 10010 | 11001 | 1011010 | 101011 |
Color Harmonies of #D25D0B
Complementary color
Monochromatic Colors of #D25D0B
Black with #D25D0B
Text Example
Text Example
White with #D25D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D0B; }
p { color: rgb(210,93,11); }
H1.HeaderClassName
{
color: #D25D0B;
}
.AnyTagClassName
{
color: #D25D0B;
}
</style>
background-color css
<style>
a { background-color: #D25D0B; }
a { background-color: rgb(210,93,11); }
div.DivClassName
{
background-color: #D25D0B;
}
.BgClassName
{
background-color: #D25D0B;
}
</style>
border-color css
<style>
span { border-color: #D25D0B; }
span { border-color: rgb(210,93,11); }
td.TdClassName
{
border-color: #D25D0B;
}
.TagClassName
{
border-color: #D25D0B;
}
</style>