Shades of Tenne (Tawny) #D25C03
Tints of Tenne (Tawny) #D25C03
RGB
CMYK
RGB Variations
Color information
#D25C03 (or 0xD25C03) is known color: Tenne (Tawny). HEX triplet: D2, 5C and 03. RGB value is (210,92,3). Sum of RGB (Red+Green+Blue) = 210+92+3=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25C03 is #2DA3FC. Grayscale: #757575. Windows color (decimal): -2991101 or 220370. OLE color: 220370.
HSL color Cylindrical-coordinate representation of color #D25C03: hue angle of 25.8º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D25C03 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.18 |
| HSL | 25.8º | 0.97% | 0.42% | - |
| HSV(B) | 25.8º | 0.99% | 0.82% | - |
| XYZ | 30.42 | 21.36 | 2.61 | - |
| YUV | 117.14 | 63.59 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 3 | 0 | 0.56 | 0.99 | 0.18 | 25.8 | 0.97 | 0.42 |
| Hex | D2 | 5C | 3 | 0 | 38 | 63 | 12 | 1A | 61 | 2A |
| Octal | 322 | 134 | 3 | 0 | 70 | 143 | 22 | 32 | 141 | 52 |
| Binary | 11010010 | 1011100 | 11 | 0 | 111000 | 1100011 | 10010 | 11010 | 1100001 | 101010 |
Color Harmonies of #D25C03
Complementary color
Monochromatic Colors of #D25C03
Black with #D25C03
Text Example
Text Example
White with #D25C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C03; }
p { color: rgb(210,92,3); }
H1.HeaderClassName
{
color: #D25C03;
}
.AnyTagClassName
{
color: #D25C03;
}
</style>
background-color css
<style>
a { background-color: #D25C03; }
a { background-color: rgb(210,92,3); }
div.DivClassName
{
background-color: #D25C03;
}
.BgClassName
{
background-color: #D25C03;
}
</style>
border-color css
<style>
span { border-color: #D25C03; }
span { border-color: rgb(210,92,3); }
td.TdClassName
{
border-color: #D25C03;
}
.TagClassName
{
border-color: #D25C03;
}
</style>