Shades of Grenadier #C24431
Tints of Grenadier #C24431
RGB
CMYK
RGB Variations
Color information
#C24431 (or 0xC24431) is known color: Grenadier. HEX triplet: C2, 44 and 31. RGB value is (194,68,49). Sum of RGB (Red+Green+Blue) = 194+68+49=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C24431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24431 is #3DBBCE. Grayscale: #676767. Windows color (decimal): -4045775 or 3228866. OLE color: 3228866.
HSL color Cylindrical-coordinate representation of color #C24431: hue angle of 7.86º 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 #C24431 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 49 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.24 |
| HSL | 7.86º | 0.6% | 0.48% | - |
| HSV(B) | 7.86º | 0.75% | 0.76% | - |
| XYZ | 24.87 | 15.83 | 4.65 | - |
| YUV | 103.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 49 | 0 | 0.65 | 0.75 | 0.24 | 7.86 | 0.6 | 0.48 |
| Hex | C2 | 44 | 31 | 0 | 41 | 4B | 18 | 8 | 3C | 30 |
| Octal | 302 | 104 | 61 | 0 | 101 | 113 | 30 | 10 | 74 | 60 |
| Binary | 11000010 | 1000100 | 110001 | 0 | 1000001 | 1001011 | 11000 | 1000 | 111100 | 110000 |
Color Harmonies of #C24431
Complementary color
Monochromatic Colors of #C24431
Black with #C24431
Text Example
Text Example
White with #C24431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24431; }
p { color: rgb(194,68,49); }
H1.HeaderClassName
{
color: #C24431;
}
.AnyTagClassName
{
color: #C24431;
}
</style>
background-color css
<style>
a { background-color: #C24431; }
a { background-color: rgb(194,68,49); }
div.DivClassName
{
background-color: #C24431;
}
.BgClassName
{
background-color: #C24431;
}
</style>
border-color css
<style>
span { border-color: #C24431; }
span { border-color: rgb(194,68,49); }
td.TdClassName
{
border-color: #C24431;
}
.TagClassName
{
border-color: #C24431;
}
</style>