Shades of Tenne (Tawny) #D45003
Tints of Tenne (Tawny) #D45003
RGB
CMYK
RGB Variations
Color information
#D45003 (or 0xD45003) is known color: Tenne (Tawny). HEX triplet: D4, 50 and 03. RGB value is (212,80,3). Sum of RGB (Red+Green+Blue) = 212+80+3=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D45003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45003 is #2BAFFC. Grayscale: #6F6F6F. Windows color (decimal): -2863101 or 217300. OLE color: 217300.
HSL color Cylindrical-coordinate representation of color #D45003: hue angle of 22.11º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D45003 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.17 |
| HSL | 22.11º | 0.97% | 0.42% | - |
| HSV(B) | 22.11º | 0.99% | 0.83% | - |
| XYZ | 30.04 | 19.74 | 2.31 | - |
| YUV | 110.69 | 67.23 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 3 | 0 | 0.62 | 0.99 | 0.17 | 22.11 | 0.97 | 0.42 |
| Hex | D4 | 50 | 3 | 0 | 3E | 63 | 11 | 16 | 61 | 2A |
| Octal | 324 | 120 | 3 | 0 | 76 | 143 | 21 | 26 | 141 | 52 |
| Binary | 11010100 | 1010000 | 11 | 0 | 111110 | 1100011 | 10001 | 10110 | 1100001 | 101010 |
Color Harmonies of #D45003
Complementary color
Monochromatic Colors of #D45003
Black with #D45003
Text Example
Text Example
White with #D45003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45003; }
p { color: rgb(212,80,3); }
H1.HeaderClassName
{
color: #D45003;
}
.AnyTagClassName
{
color: #D45003;
}
</style>
background-color css
<style>
a { background-color: #D45003; }
a { background-color: rgb(212,80,3); }
div.DivClassName
{
background-color: #D45003;
}
.BgClassName
{
background-color: #D45003;
}
</style>
border-color css
<style>
span { border-color: #D45003; }
span { border-color: rgb(212,80,3); }
td.TdClassName
{
border-color: #D45003;
}
.TagClassName
{
border-color: #D45003;
}
</style>