Shades of Tenne (Tawny) #D25F0B
Tints of Tenne (Tawny) #D25F0B
RGB
CMYK
RGB Variations
Color information
#D25F0B (or 0xD25F0B) is known color: Tenne (Tawny). HEX triplet: D2, 5F and 0B. RGB value is (210,95,11). Sum of RGB (Red+Green+Blue) = 210+95+11=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F0B is #2DA0F4. Grayscale: #787878. Windows color (decimal): -2990325 or 745426. OLE color: 745426.
HSL color Cylindrical-coordinate representation of color #D25F0B: hue angle of 25.33º 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 #D25F0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.18 |
| HSL | 25.33º | 0.9% | 0.43% | - |
| HSV(B) | 25.33º | 0.95% | 0.82% | - |
| XYZ | 30.73 | 21.91 | 2.93 | - |
| YUV | 119.81 | 66.6 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 11 | 0 | 0.55 | 0.95 | 0.18 | 25.33 | 0.9 | 0.43 |
| Hex | D2 | 5F | B | 0 | 37 | 5F | 12 | 19 | 5A | 2B |
| Octal | 322 | 137 | 13 | 0 | 67 | 137 | 22 | 31 | 132 | 53 |
| Binary | 11010010 | 1011111 | 1011 | 0 | 110111 | 1011111 | 10010 | 11001 | 1011010 | 101011 |
Color Harmonies of #D25F0B
Complementary color
Monochromatic Colors of #D25F0B
Black with #D25F0B
Text Example
Text Example
White with #D25F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F0B; }
p { color: rgb(210,95,11); }
H1.HeaderClassName
{
color: #D25F0B;
}
.AnyTagClassName
{
color: #D25F0B;
}
</style>
background-color css
<style>
a { background-color: #D25F0B; }
a { background-color: rgb(210,95,11); }
div.DivClassName
{
background-color: #D25F0B;
}
.BgClassName
{
background-color: #D25F0B;
}
</style>
border-color css
<style>
span { border-color: #D25F0B; }
span { border-color: rgb(210,95,11); }
td.TdClassName
{
border-color: #D25F0B;
}
.TagClassName
{
border-color: #D25F0B;
}
</style>