Shades of Tenne (Tawny) #D25F07
Tints of Tenne (Tawny) #D25F07
RGB
CMYK
RGB Variations
Color information
#D25F07 (or 0xD25F07) is known color: Tenne (Tawny). HEX triplet: D2, 5F and 07. RGB value is (210,95,7). Sum of RGB (Red+Green+Blue) = 210+95+7=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F07 is #2DA0F8. Grayscale: #777777. Windows color (decimal): -2990329 or 483282. OLE color: 483282.
HSL color Cylindrical-coordinate representation of color #D25F07: hue angle of 26.01º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D25F07 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 7 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.18 |
| HSL | 26.01º | 0.94% | 0.43% | - |
| HSV(B) | 26.01º | 0.97% | 0.82% | - |
| XYZ | 30.71 | 21.9 | 2.81 | - |
| YUV | 119.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 7 | 0 | 0.55 | 0.97 | 0.18 | 26.01 | 0.94 | 0.43 |
| Hex | D2 | 5F | 7 | 0 | 37 | 61 | 12 | 1A | 5E | 2B |
| Octal | 322 | 137 | 7 | 0 | 67 | 141 | 22 | 32 | 136 | 53 |
| Binary | 11010010 | 1011111 | 111 | 0 | 110111 | 1100001 | 10010 | 11010 | 1011110 | 101011 |
Color Harmonies of #D25F07
Complementary color
Monochromatic Colors of #D25F07
Black with #D25F07
Text Example
Text Example
White with #D25F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F07; }
p { color: rgb(210,95,7); }
H1.HeaderClassName
{
color: #D25F07;
}
.AnyTagClassName
{
color: #D25F07;
}
</style>
background-color css
<style>
a { background-color: #D25F07; }
a { background-color: rgb(210,95,7); }
div.DivClassName
{
background-color: #D25F07;
}
.BgClassName
{
background-color: #D25F07;
}
</style>
border-color css
<style>
span { border-color: #D25F07; }
span { border-color: rgb(210,95,7); }
td.TdClassName
{
border-color: #D25F07;
}
.TagClassName
{
border-color: #D25F07;
}
</style>