Shades of Tenne (Tawny) #D25D0D
Tints of Tenne (Tawny) #D25D0D
RGB
CMYK
RGB Variations
Color information
#D25D0D (or 0xD25D0D) is known color: Tenne (Tawny). HEX triplet: D2, 5D and 0D. RGB value is (210,93,13). Sum of RGB (Red+Green+Blue) = 210+93+13=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D0D is #2DA2F2. Grayscale: #777777. Windows color (decimal): -2990835 or 875986. OLE color: 875986.
HSL color Cylindrical-coordinate representation of color #D25D0D: hue angle of 24.37º 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 #D25D0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.18 |
| HSL | 24.37º | 0.88% | 0.44% | - |
| HSV(B) | 24.37º | 0.94% | 0.82% | - |
| XYZ | 30.57 | 21.56 | 2.93 | - |
| YUV | 118.86 | 68.26 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 13 | 0 | 0.56 | 0.94 | 0.18 | 24.37 | 0.88 | 0.44 |
| Hex | D2 | 5D | D | 0 | 38 | 5E | 12 | 18 | 58 | 2C |
| Octal | 322 | 135 | 15 | 0 | 70 | 136 | 22 | 30 | 130 | 54 |
| Binary | 11010010 | 1011101 | 1101 | 0 | 111000 | 1011110 | 10010 | 11000 | 1011000 | 101100 |
Color Harmonies of #D25D0D
Complementary color
Monochromatic Colors of #D25D0D
Black with #D25D0D
Text Example
Text Example
White with #D25D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D0D; }
p { color: rgb(210,93,13); }
H1.HeaderClassName
{
color: #D25D0D;
}
.AnyTagClassName
{
color: #D25D0D;
}
</style>
background-color css
<style>
a { background-color: #D25D0D; }
a { background-color: rgb(210,93,13); }
div.DivClassName
{
background-color: #D25D0D;
}
.BgClassName
{
background-color: #D25D0D;
}
</style>
border-color css
<style>
span { border-color: #D25D0D; }
span { border-color: rgb(210,93,13); }
td.TdClassName
{
border-color: #D25D0D;
}
.TagClassName
{
border-color: #D25D0D;
}
</style>