Shades of Grenadier #C24331
Tints of Grenadier #C24331
RGB
CMYK
RGB Variations
Color information
#C24331 (or 0xC24331) is known color: Grenadier. HEX triplet: C2, 43 and 31. RGB value is (194,67,49). Sum of RGB (Red+Green+Blue) = 194+67+49=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C24331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24331 is #3DBCCE. Grayscale: #676767. Windows color (decimal): -4046031 or 3228610. OLE color: 3228610.
HSL color Cylindrical-coordinate representation of color #C24331: hue angle of 7.45º 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 #C24331 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 49 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.24 |
| HSL | 7.45º | 0.6% | 0.48% | - |
| HSV(B) | 7.45º | 0.75% | 0.76% | - |
| XYZ | 24.81 | 15.71 | 4.63 | - |
| YUV | 102.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 49 | 0 | 0.65 | 0.75 | 0.24 | 7.45 | 0.6 | 0.48 |
| Hex | C2 | 43 | 31 | 0 | 41 | 4B | 18 | 7 | 3C | 30 |
| Octal | 302 | 103 | 61 | 0 | 101 | 113 | 30 | 7 | 74 | 60 |
| Binary | 11000010 | 1000011 | 110001 | 0 | 1000001 | 1001011 | 11000 | 111 | 111100 | 110000 |
Color Harmonies of #C24331
Complementary color
Monochromatic Colors of #C24331
Black with #C24331
Text Example
Text Example
White with #C24331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24331; }
p { color: rgb(194,67,49); }
H1.HeaderClassName
{
color: #C24331;
}
.AnyTagClassName
{
color: #C24331;
}
</style>
background-color css
<style>
a { background-color: #C24331; }
a { background-color: rgb(194,67,49); }
div.DivClassName
{
background-color: #C24331;
}
.BgClassName
{
background-color: #C24331;
}
</style>
border-color css
<style>
span { border-color: #C24331; }
span { border-color: rgb(194,67,49); }
td.TdClassName
{
border-color: #C24331;
}
.TagClassName
{
border-color: #C24331;
}
</style>