Shades of Tenne (Tawny) #D24C03
Tints of Tenne (Tawny) #D24C03
RGB
CMYK
RGB Variations
Color information
#D24C03 (or 0xD24C03) is known color: Tenne (Tawny). HEX triplet: D2, 4C and 03. RGB value is (210,76,3). Sum of RGB (Red+Green+Blue) = 210+76+3=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24C03 is #2DB3FC. Grayscale: #6C6C6C. Windows color (decimal): -2995197 or 216274. OLE color: 216274.
HSL color Cylindrical-coordinate representation of color #D24C03: hue angle of 21.16º 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 #D24C03 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.18 |
| HSL | 21.16º | 0.97% | 0.42% | - |
| HSV(B) | 21.16º | 0.99% | 0.82% | - |
| XYZ | 29.18 | 18.88 | 2.19 | - |
| YUV | 107.74 | 68.89 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 3 | 0 | 0.64 | 0.99 | 0.18 | 21.16 | 0.97 | 0.42 |
| Hex | D2 | 4C | 3 | 0 | 40 | 63 | 12 | 15 | 61 | 2A |
| Octal | 322 | 114 | 3 | 0 | 100 | 143 | 22 | 25 | 141 | 52 |
| Binary | 11010010 | 1001100 | 11 | 0 | 1000000 | 1100011 | 10010 | 10101 | 1100001 | 101010 |
Color Harmonies of #D24C03
Complementary color
Monochromatic Colors of #D24C03
Black with #D24C03
Text Example
Text Example
White with #D24C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C03; }
p { color: rgb(210,76,3); }
H1.HeaderClassName
{
color: #D24C03;
}
.AnyTagClassName
{
color: #D24C03;
}
</style>
background-color css
<style>
a { background-color: #D24C03; }
a { background-color: rgb(210,76,3); }
div.DivClassName
{
background-color: #D24C03;
}
.BgClassName
{
background-color: #D24C03;
}
</style>
border-color css
<style>
span { border-color: #D24C03; }
span { border-color: rgb(210,76,3); }
td.TdClassName
{
border-color: #D24C03;
}
.TagClassName
{
border-color: #D24C03;
}
</style>