Shades of Grenadier #C24D37
Tints of Grenadier #C24D37
RGB
CMYK
RGB Variations
Color information
#C24D37 (or 0xC24D37) is known color: Grenadier. HEX triplet: C2, 4D and 37. RGB value is (194,77,55). Sum of RGB (Red+Green+Blue) = 194+77+55=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D37 is #3DB2C8. Grayscale: #6D6D6D. Windows color (decimal): -4043465 or 3624386. OLE color: 3624386.
HSL color Cylindrical-coordinate representation of color #C24D37: hue angle of 9.5º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C24D37 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 55 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.24 |
| HSL | 9.5º | 0.56% | 0.49% | - |
| HSV(B) | 9.5º | 0.72% | 0.76% | - |
| XYZ | 25.59 | 17.05 | 5.56 | - |
| YUV | 109.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 55 | 0 | 0.60 | 0.72 | 0.24 | 9.5 | 0.56 | 0.49 |
| Hex | C2 | 4D | 37 | 0 | 3C | 48 | 18 | 9 | 38 | 31 |
| Octal | 302 | 115 | 67 | 0 | 74 | 110 | 30 | 11 | 70 | 61 |
| Binary | 11000010 | 1001101 | 110111 | 0 | 111100 | 1001000 | 11000 | 1001 | 111000 | 110001 |
Color Harmonies of #C24D37
Complementary color
Monochromatic Colors of #C24D37
Black with #C24D37
Text Example
Text Example
White with #C24D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D37; }
p { color: rgb(194,77,55); }
H1.HeaderClassName
{
color: #C24D37;
}
.AnyTagClassName
{
color: #C24D37;
}
</style>
background-color css
<style>
a { background-color: #C24D37; }
a { background-color: rgb(194,77,55); }
div.DivClassName
{
background-color: #C24D37;
}
.BgClassName
{
background-color: #C24D37;
}
</style>
border-color css
<style>
span { border-color: #C24D37; }
span { border-color: rgb(194,77,55); }
td.TdClassName
{
border-color: #C24D37;
}
.TagClassName
{
border-color: #C24D37;
}
</style>