Shades of Tenne (Tawny) #D25302
Tints of Tenne (Tawny) #D25302
RGB
CMYK
RGB Variations
Color information
#D25302 (or 0xD25302) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 02. RGB value is (210,83,2). Sum of RGB (Red+Green+Blue) = 210+83+2=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D25302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25302 is #2DACFD. Grayscale: #707070. Windows color (decimal): -2993406 or 152530. OLE color: 152530.
HSL color Cylindrical-coordinate representation of color #D25302: hue angle of 23.37º degrees, saturation: 0.98, 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 #D25302 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.18 |
| HSL | 23.37º | 0.98% | 0.42% | - |
| HSV(B) | 23.37º | 0.99% | 0.82% | - |
| XYZ | 29.68 | 19.89 | 2.33 | - |
| YUV | 111.74 | 66.08 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 2 | 0 | 0.60 | 0.99 | 0.18 | 23.37 | 0.98 | 0.42 |
| Hex | D2 | 53 | 2 | 0 | 3C | 63 | 12 | 17 | 62 | 2A |
| Octal | 322 | 123 | 2 | 0 | 74 | 143 | 22 | 27 | 142 | 52 |
| Binary | 11010010 | 1010011 | 10 | 0 | 111100 | 1100011 | 10010 | 10111 | 1100010 | 101010 |
Color Harmonies of #D25302
Complementary color
Monochromatic Colors of #D25302
Black with #D25302
Text Example
Text Example
White with #D25302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25302; }
p { color: rgb(210,83,2); }
H1.HeaderClassName
{
color: #D25302;
}
.AnyTagClassName
{
color: #D25302;
}
</style>
background-color css
<style>
a { background-color: #D25302; }
a { background-color: rgb(210,83,2); }
div.DivClassName
{
background-color: #D25302;
}
.BgClassName
{
background-color: #D25302;
}
</style>
border-color css
<style>
span { border-color: #D25302; }
span { border-color: rgb(210,83,2); }
td.TdClassName
{
border-color: #D25302;
}
.TagClassName
{
border-color: #D25302;
}
</style>