Shades of Grenadier #C24D39
Tints of Grenadier #C24D39
RGB
CMYK
RGB Variations
Color information
#C24D39 (or 0xC24D39) is known color: Grenadier. HEX triplet: C2, 4D and 39. RGB value is (194,77,57). Sum of RGB (Red+Green+Blue) = 194+77+57=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D39 is #3DB2C6. Grayscale: #6D6D6D. Windows color (decimal): -4043463 or 3755458. OLE color: 3755458.
HSL color Cylindrical-coordinate representation of color #C24D39: hue angle of 8.76º 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 #C24D39 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 57 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.24 |
| HSL | 8.76º | 0.55% | 0.49% | - |
| HSV(B) | 8.76º | 0.71% | 0.76% | - |
| XYZ | 25.64 | 17.07 | 5.81 | - |
| YUV | 109.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 57 | 0 | 0.60 | 0.71 | 0.24 | 8.76 | 0.55 | 0.49 |
| Hex | C2 | 4D | 39 | 0 | 3C | 47 | 18 | 9 | 37 | 31 |
| Octal | 302 | 115 | 71 | 0 | 74 | 107 | 30 | 11 | 67 | 61 |
| Binary | 11000010 | 1001101 | 111001 | 0 | 111100 | 1000111 | 11000 | 1001 | 110111 | 110001 |
Color Harmonies of #C24D39
Complementary color
Monochromatic Colors of #C24D39
Black with #C24D39
Text Example
Text Example
White with #C24D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D39; }
p { color: rgb(194,77,57); }
H1.HeaderClassName
{
color: #C24D39;
}
.AnyTagClassName
{
color: #C24D39;
}
</style>
background-color css
<style>
a { background-color: #C24D39; }
a { background-color: rgb(194,77,57); }
div.DivClassName
{
background-color: #C24D39;
}
.BgClassName
{
background-color: #C24D39;
}
</style>
border-color css
<style>
span { border-color: #C24D39; }
span { border-color: rgb(194,77,57); }
td.TdClassName
{
border-color: #C24D39;
}
.TagClassName
{
border-color: #C24D39;
}
</style>