Shades of Tenne (Tawny) #D25303
Tints of Tenne (Tawny) #D25303
RGB
CMYK
RGB Variations
Color information
#D25303 (or 0xD25303) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 03. RGB value is (210,83,3). Sum of RGB (Red+Green+Blue) = 210+83+3=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D25303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25303 is #2DACFC. Grayscale: #707070. Windows color (decimal): -2993405 or 218066. OLE color: 218066.
HSL color Cylindrical-coordinate representation of color #D25303: hue angle of 23.19º 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 #D25303 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.18 |
| HSL | 23.19º | 0.97% | 0.42% | - |
| HSV(B) | 23.19º | 0.99% | 0.82% | - |
| XYZ | 29.69 | 19.89 | 2.36 | - |
| YUV | 111.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 3 | 0 | 0.60 | 0.99 | 0.18 | 23.19 | 0.97 | 0.42 |
| Hex | D2 | 53 | 3 | 0 | 3C | 63 | 12 | 17 | 61 | 2A |
| Octal | 322 | 123 | 3 | 0 | 74 | 143 | 22 | 27 | 141 | 52 |
| Binary | 11010010 | 1010011 | 11 | 0 | 111100 | 1100011 | 10010 | 10111 | 1100001 | 101010 |
Color Harmonies of #D25303
Complementary color
Monochromatic Colors of #D25303
Black with #D25303
Text Example
Text Example
White with #D25303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25303; }
p { color: rgb(210,83,3); }
H1.HeaderClassName
{
color: #D25303;
}
.AnyTagClassName
{
color: #D25303;
}
</style>
background-color css
<style>
a { background-color: #D25303; }
a { background-color: rgb(210,83,3); }
div.DivClassName
{
background-color: #D25303;
}
.BgClassName
{
background-color: #D25303;
}
</style>
border-color css
<style>
span { border-color: #D25303; }
span { border-color: rgb(210,83,3); }
td.TdClassName
{
border-color: #D25303;
}
.TagClassName
{
border-color: #D25303;
}
</style>