Shades of Tenne (Tawny) #C24F09
Tints of Tenne (Tawny) #C24F09
RGB
CMYK
RGB Variations
Color information
#C24F09 (or 0xC24F09) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 09. RGB value is (194,79,9). Sum of RGB (Red+Green+Blue) = 194+79+9=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F09 is #3DB0F6. Grayscale: #696969. Windows color (decimal): -4042999 or 610242. OLE color: 610242.
HSL color Cylindrical-coordinate representation of color #C24F09: hue angle of 22.7º degrees, saturation: 0.91, 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 #C24F09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.24 |
| HSL | 22.7º | 0.91% | 0.4% | - |
| HSV(B) | 22.7º | 0.95% | 0.76% | - |
| XYZ | 25.09 | 17.08 | 2.23 | - |
| YUV | 105.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 9 | 0 | 0.59 | 0.95 | 0.24 | 22.7 | 0.91 | 0.4 |
| Hex | C2 | 4F | 9 | 0 | 3B | 5F | 18 | 17 | 5B | 28 |
| Octal | 302 | 117 | 11 | 0 | 73 | 137 | 30 | 27 | 133 | 50 |
| Binary | 11000010 | 1001111 | 1001 | 0 | 111011 | 1011111 | 11000 | 10111 | 1011011 | 101000 |
Color Harmonies of #C24F09
Complementary color
Monochromatic Colors of #C24F09
Black with #C24F09
Text Example
Text Example
White with #C24F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F09; }
p { color: rgb(194,79,9); }
H1.HeaderClassName
{
color: #C24F09;
}
.AnyTagClassName
{
color: #C24F09;
}
</style>
background-color css
<style>
a { background-color: #C24F09; }
a { background-color: rgb(194,79,9); }
div.DivClassName
{
background-color: #C24F09;
}
.BgClassName
{
background-color: #C24F09;
}
</style>
border-color css
<style>
span { border-color: #C24F09; }
span { border-color: rgb(194,79,9); }
td.TdClassName
{
border-color: #C24F09;
}
.TagClassName
{
border-color: #C24F09;
}
</style>