Shades of Tenne (Tawny) #D24C0B
Tints of Tenne (Tawny) #D24C0B
RGB
CMYK
RGB Variations
Color information
#D24C0B (or 0xD24C0B) is known color: Tenne (Tawny). HEX triplet: D2, 4C and 0B. RGB value is (210,76,11). Sum of RGB (Red+Green+Blue) = 210+76+11=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24C0B is #2DB3F4. Grayscale: #6D6D6D. Windows color (decimal): -2995189 or 740562. OLE color: 740562.
HSL color Cylindrical-coordinate representation of color #D24C0B: hue angle of 19.6º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D24C0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.18 |
| HSL | 19.6º | 0.9% | 0.43% | - |
| HSV(B) | 19.6º | 0.95% | 0.82% | - |
| XYZ | 29.22 | 18.89 | 2.42 | - |
| YUV | 108.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 11 | 0 | 0.64 | 0.95 | 0.18 | 19.6 | 0.9 | 0.43 |
| Hex | D2 | 4C | B | 0 | 40 | 5F | 12 | 14 | 5A | 2B |
| Octal | 322 | 114 | 13 | 0 | 100 | 137 | 22 | 24 | 132 | 53 |
| Binary | 11010010 | 1001100 | 1011 | 0 | 1000000 | 1011111 | 10010 | 10100 | 1011010 | 101011 |
Color Harmonies of #D24C0B
Complementary color
Monochromatic Colors of #D24C0B
Black with #D24C0B
Text Example
Text Example
White with #D24C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C0B; }
p { color: rgb(210,76,11); }
H1.HeaderClassName
{
color: #D24C0B;
}
.AnyTagClassName
{
color: #D24C0B;
}
</style>
background-color css
<style>
a { background-color: #D24C0B; }
a { background-color: rgb(210,76,11); }
div.DivClassName
{
background-color: #D24C0B;
}
.BgClassName
{
background-color: #D24C0B;
}
</style>
border-color css
<style>
span { border-color: #D24C0B; }
span { border-color: rgb(210,76,11); }
td.TdClassName
{
border-color: #D24C0B;
}
.TagClassName
{
border-color: #D24C0B;
}
</style>