Shades of Tenne (Tawny) #D25300
Tints of Tenne (Tawny) #D25300
RGB
CMYK
RGB Variations
Color information
#D25300 (or 0xD25300) is known color: Tenne (Tawny). HEX triplet: D2, 53 and 00. RGB value is (210,83,0). Sum of RGB (Red+Green+Blue) = 210+83+0=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D25300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25300 is #2DACFF. Grayscale: #6F6F6F. Windows color (decimal): -2993408 or 21458. OLE color: 21458.
HSL color Cylindrical-coordinate representation of color #D25300: hue angle of 23.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25300 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.18 |
| HSL | 23.71º | 1% | 0.41% | - |
| HSV(B) | 23.71º | 1% | 0.82% | - |
| XYZ | 29.67 | 19.89 | 2.27 | - |
| YUV | 111.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 0 | 0 | 0.60 | 1 | 0.18 | 23.71 | 1 | 0.41 |
| Hex | D2 | 53 | 0 | 0 | 3C | 64 | 12 | 18 | 64 | 29 |
| Octal | 322 | 123 | 0 | 0 | 74 | 144 | 22 | 30 | 144 | 51 |
| Binary | 11010010 | 1010011 | 0 | 0 | 111100 | 1100100 | 10010 | 11000 | 1100100 | 101001 |
Color Harmonies of #D25300
Complementary color
Monochromatic Colors of #D25300
Black with #D25300
Text Example
Text Example
White with #D25300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25300; }
p { color: rgb(210,83,0); }
H1.HeaderClassName
{
color: #D25300;
}
.AnyTagClassName
{
color: #D25300;
}
</style>
background-color css
<style>
a { background-color: #D25300; }
a { background-color: rgb(210,83,0); }
div.DivClassName
{
background-color: #D25300;
}
.BgClassName
{
background-color: #D25300;
}
</style>
border-color css
<style>
span { border-color: #D25300; }
span { border-color: rgb(210,83,0); }
td.TdClassName
{
border-color: #D25300;
}
.TagClassName
{
border-color: #D25300;
}
</style>