Shades of Tenne (Tawny) #D25D0A
Tints of Tenne (Tawny) #D25D0A
RGB
CMYK
RGB Variations
Color information
#D25D0A (or 0xD25D0A) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 0A. RGB value is (210,93,10). Sum of RGB (Red+Green+Blue) = 210+93+10=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D0A is #2DA2F5. Grayscale: #767676. Windows color (decimal): -2990838 or 679378. OLE color: 679378.
HSL color Cylindrical-coordinate representation of color #D25D0A: hue angle of 24.9º degrees, saturation: 0.91, 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 #D25D0A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.18 |
| HSL | 24.9º | 0.91% | 0.43% | - |
| HSV(B) | 24.9º | 0.95% | 0.82% | - |
| XYZ | 30.55 | 21.55 | 2.84 | - |
| YUV | 118.52 | 66.76 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 10 | 0 | 0.56 | 0.95 | 0.18 | 24.9 | 0.91 | 0.43 |
| Hex | D2 | 5D | A | 0 | 38 | 5F | 12 | 19 | 5B | 2B |
| Octal | 322 | 135 | 12 | 0 | 70 | 137 | 22 | 31 | 133 | 53 |
| Binary | 11010010 | 1011101 | 1010 | 0 | 111000 | 1011111 | 10010 | 11001 | 1011011 | 101011 |
Color Harmonies of #D25D0A
Complementary color
Monochromatic Colors of #D25D0A
Black with #D25D0A
Text Example
Text Example
White with #D25D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D0A; }
p { color: rgb(210,93,10); }
H1.HeaderClassName
{
color: #D25D0A;
}
.AnyTagClassName
{
color: #D25D0A;
}
</style>
background-color css
<style>
a { background-color: #D25D0A; }
a { background-color: rgb(210,93,10); }
div.DivClassName
{
background-color: #D25D0A;
}
.BgClassName
{
background-color: #D25D0A;
}
</style>
border-color css
<style>
span { border-color: #D25D0A; }
span { border-color: rgb(210,93,10); }
td.TdClassName
{
border-color: #D25D0A;
}
.TagClassName
{
border-color: #D25D0A;
}
</style>