Shades of Tenne (Tawny) #C24F0A
Tints of Tenne (Tawny) #C24F0A
RGB
CMYK
RGB Variations
Color information
#C24F0A (or 0xC24F0A) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 0A. RGB value is (194,79,10). Sum of RGB (Red+Green+Blue) = 194+79+10=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F0A is #3DB0F5. Grayscale: #696969. Windows color (decimal): -4042998 or 675778. OLE color: 675778.
HSL color Cylindrical-coordinate representation of color #C24F0A: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24F0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.24 |
| HSL | 22.5º | 0.9% | 0.4% | - |
| HSV(B) | 22.5º | 0.95% | 0.76% | - |
| XYZ | 25.1 | 17.08 | 2.26 | - |
| YUV | 105.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 10 | 0 | 0.59 | 0.95 | 0.24 | 22.5 | 0.9 | 0.4 |
| Hex | C2 | 4F | A | 0 | 3B | 5F | 18 | 16 | 5A | 28 |
| Octal | 302 | 117 | 12 | 0 | 73 | 137 | 30 | 26 | 132 | 50 |
| Binary | 11000010 | 1001111 | 1010 | 0 | 111011 | 1011111 | 11000 | 10110 | 1011010 | 101000 |
Color Harmonies of #C24F0A
Complementary color
Monochromatic Colors of #C24F0A
Black with #C24F0A
Text Example
Text Example
White with #C24F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F0A; }
p { color: rgb(194,79,10); }
H1.HeaderClassName
{
color: #C24F0A;
}
.AnyTagClassName
{
color: #C24F0A;
}
</style>
background-color css
<style>
a { background-color: #C24F0A; }
a { background-color: rgb(194,79,10); }
div.DivClassName
{
background-color: #C24F0A;
}
.BgClassName
{
background-color: #C24F0A;
}
</style>
border-color css
<style>
span { border-color: #C24F0A; }
span { border-color: rgb(194,79,10); }
td.TdClassName
{
border-color: #C24F0A;
}
.TagClassName
{
border-color: #C24F0A;
}
</style>