Shades of Grenadier #C24231
Tints of Grenadier #C24231
RGB
CMYK
RGB Variations
Color information
#C24231 (or 0xC24231) is known color: Grenadier. HEX triplet: C2, 42 and 31. RGB value is (194,66,49). Sum of RGB (Red+Green+Blue) = 194+66+49=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24231 is #3DBDCE. Grayscale: #666666. Windows color (decimal): -4046287 or 3228354. OLE color: 3228354.
HSL color Cylindrical-coordinate representation of color #C24231: hue angle of 7.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C24231 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 49 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.24 |
| HSL | 7.03º | 0.6% | 0.48% | - |
| HSV(B) | 7.03º | 0.75% | 0.76% | - |
| XYZ | 24.75 | 15.59 | 4.61 | - |
| YUV | 102.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 49 | 0 | 0.66 | 0.75 | 0.24 | 7.03 | 0.6 | 0.48 |
| Hex | C2 | 42 | 31 | 0 | 42 | 4B | 18 | 7 | 3C | 30 |
| Octal | 302 | 102 | 61 | 0 | 102 | 113 | 30 | 7 | 74 | 60 |
| Binary | 11000010 | 1000010 | 110001 | 0 | 1000010 | 1001011 | 11000 | 111 | 111100 | 110000 |
Color Harmonies of #C24231
Complementary color
Monochromatic Colors of #C24231
Black with #C24231
Text Example
Text Example
White with #C24231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24231; }
p { color: rgb(194,66,49); }
H1.HeaderClassName
{
color: #C24231;
}
.AnyTagClassName
{
color: #C24231;
}
</style>
background-color css
<style>
a { background-color: #C24231; }
a { background-color: rgb(194,66,49); }
div.DivClassName
{
background-color: #C24231;
}
.BgClassName
{
background-color: #C24231;
}
</style>
border-color css
<style>
span { border-color: #C24231; }
span { border-color: rgb(194,66,49); }
td.TdClassName
{
border-color: #C24231;
}
.TagClassName
{
border-color: #C24231;
}
</style>