Shades of Tenne (Tawny) #C24E00
Tints of Tenne (Tawny) #C24E00
RGB
CMYK
RGB Variations
Color information
#C24E00 (or 0xC24E00) is known color: Tenne (Tawny). HEX triplet: C2, 4E and 00. RGB value is (194,78,0). Sum of RGB (Red+Green+Blue) = 194+78+0=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E00 is #3DB1FF. Grayscale: #686868. Windows color (decimal): -4043264 or 20162. OLE color: 20162.
HSL color Cylindrical-coordinate representation of color #C24E00: hue angle of 24.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C24E00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.24 |
| HSL | 24.12º | 1% | 0.38% | - |
| HSV(B) | 24.12º | 1% | 0.76% | - |
| XYZ | 24.97 | 16.92 | 1.95 | - |
| YUV | 103.79 | 69.43 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 0 | 0 | 0.60 | 1 | 0.24 | 24.12 | 1 | 0.38 |
| Hex | C2 | 4E | 0 | 0 | 3C | 64 | 18 | 18 | 64 | 26 |
| Octal | 302 | 116 | 0 | 0 | 74 | 144 | 30 | 30 | 144 | 46 |
| Binary | 11000010 | 1001110 | 0 | 0 | 111100 | 1100100 | 11000 | 11000 | 1100100 | 100110 |
Color Harmonies of #C24E00
Complementary color
Monochromatic Colors of #C24E00
Black with #C24E00
Text Example
Text Example
White with #C24E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E00; }
p { color: rgb(194,78,0); }
H1.HeaderClassName
{
color: #C24E00;
}
.AnyTagClassName
{
color: #C24E00;
}
</style>
background-color css
<style>
a { background-color: #C24E00; }
a { background-color: rgb(194,78,0); }
div.DivClassName
{
background-color: #C24E00;
}
.BgClassName
{
background-color: #C24E00;
}
</style>
border-color css
<style>
span { border-color: #C24E00; }
span { border-color: rgb(194,78,0); }
td.TdClassName
{
border-color: #C24E00;
}
.TagClassName
{
border-color: #C24E00;
}
</style>