Shades of Grenadier #C24237
Tints of Grenadier #C24237
RGB
CMYK
RGB Variations
Color information
#C24237 (or 0xC24237) is known color: Grenadier. HEX triplet: C2, 42 and 37. RGB value is (194,66,55). Sum of RGB (Red+Green+Blue) = 194+66+55=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24237 is #3DBDC8. Grayscale: #676767. Windows color (decimal): -4046281 or 3621570. OLE color: 3621570.
HSL color Cylindrical-coordinate representation of color #C24237: hue angle of 4.75º 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 #C24237 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 55 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.24 |
| HSL | 4.75º | 0.56% | 0.49% | - |
| HSV(B) | 4.75º | 0.72% | 0.76% | - |
| XYZ | 24.89 | 15.64 | 5.32 | - |
| YUV | 103.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 55 | 0 | 0.66 | 0.72 | 0.24 | 4.75 | 0.56 | 0.49 |
| Hex | C2 | 42 | 37 | 0 | 42 | 48 | 18 | 5 | 38 | 31 |
| Octal | 302 | 102 | 67 | 0 | 102 | 110 | 30 | 5 | 70 | 61 |
| Binary | 11000010 | 1000010 | 110111 | 0 | 1000010 | 1001000 | 11000 | 101 | 111000 | 110001 |
Color Harmonies of #C24237
Complementary color
Monochromatic Colors of #C24237
Black with #C24237
Text Example
Text Example
White with #C24237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24237; }
p { color: rgb(194,66,55); }
H1.HeaderClassName
{
color: #C24237;
}
.AnyTagClassName
{
color: #C24237;
}
</style>
background-color css
<style>
a { background-color: #C24237; }
a { background-color: rgb(194,66,55); }
div.DivClassName
{
background-color: #C24237;
}
.BgClassName
{
background-color: #C24237;
}
</style>
border-color css
<style>
span { border-color: #C24237; }
span { border-color: rgb(194,66,55); }
td.TdClassName
{
border-color: #C24237;
}
.TagClassName
{
border-color: #C24237;
}
</style>