Shades of Grenadier #C24F39
Tints of Grenadier #C24F39
RGB
CMYK
RGB Variations
Color information
#C24F39 (or 0xC24F39) is known color: Grenadier. HEX triplet: C2, 4F and 39. RGB value is (194,79,57). Sum of RGB (Red+Green+Blue) = 194+79+57=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F39 is #3DB0C6. Grayscale: #6F6F6F. Windows color (decimal): -4042951 or 3755970. OLE color: 3755970.
HSL color Cylindrical-coordinate representation of color #C24F39: hue angle of 9.64º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24F39 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 57 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.24 |
| HSL | 9.64º | 0.55% | 0.49% | - |
| HSV(B) | 9.64º | 0.71% | 0.76% | - |
| XYZ | 25.78 | 17.36 | 5.86 | - |
| YUV | 110.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 57 | 0 | 0.59 | 0.71 | 0.24 | 9.64 | 0.55 | 0.49 |
| Hex | C2 | 4F | 39 | 0 | 3B | 47 | 18 | A | 37 | 31 |
| Octal | 302 | 117 | 71 | 0 | 73 | 107 | 30 | 12 | 67 | 61 |
| Binary | 11000010 | 1001111 | 111001 | 0 | 111011 | 1000111 | 11000 | 1010 | 110111 | 110001 |
Color Harmonies of #C24F39
Complementary color
Monochromatic Colors of #C24F39
Black with #C24F39
Text Example
Text Example
White with #C24F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F39; }
p { color: rgb(194,79,57); }
H1.HeaderClassName
{
color: #C24F39;
}
.AnyTagClassName
{
color: #C24F39;
}
</style>
background-color css
<style>
a { background-color: #C24F39; }
a { background-color: rgb(194,79,57); }
div.DivClassName
{
background-color: #C24F39;
}
.BgClassName
{
background-color: #C24F39;
}
</style>
border-color css
<style>
span { border-color: #C24F39; }
span { border-color: rgb(194,79,57); }
td.TdClassName
{
border-color: #C24F39;
}
.TagClassName
{
border-color: #C24F39;
}
</style>