Shades of Grenadier #C24235
Tints of Grenadier #C24235
RGB
CMYK
RGB Variations
Color information
#C24235 (or 0xC24235) is known color: Grenadier. HEX triplet: C2, 42 and 35. RGB value is (194,66,53). Sum of RGB (Red+Green+Blue) = 194+66+53=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C24235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24235 is #3DBDCA. Grayscale: #666666. Windows color (decimal): -4046283 or 3490498. OLE color: 3490498.
HSL color Cylindrical-coordinate representation of color #C24235: hue angle of 5.53º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24235 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 53 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.24 |
| HSL | 5.53º | 0.57% | 0.48% | - |
| HSV(B) | 5.53º | 0.73% | 0.76% | - |
| XYZ | 24.84 | 15.62 | 5.07 | - |
| YUV | 102.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 53 | 0 | 0.66 | 0.73 | 0.24 | 5.53 | 0.57 | 0.48 |
| Hex | C2 | 42 | 35 | 0 | 42 | 49 | 18 | 6 | 39 | 30 |
| Octal | 302 | 102 | 65 | 0 | 102 | 111 | 30 | 6 | 71 | 60 |
| Binary | 11000010 | 1000010 | 110101 | 0 | 1000010 | 1001001 | 11000 | 110 | 111001 | 110000 |
Color Harmonies of #C24235
Complementary color
Monochromatic Colors of #C24235
Black with #C24235
Text Example
Text Example
White with #C24235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24235; }
p { color: rgb(194,66,53); }
H1.HeaderClassName
{
color: #C24235;
}
.AnyTagClassName
{
color: #C24235;
}
</style>
background-color css
<style>
a { background-color: #C24235; }
a { background-color: rgb(194,66,53); }
div.DivClassName
{
background-color: #C24235;
}
.BgClassName
{
background-color: #C24235;
}
</style>
border-color css
<style>
span { border-color: #C24235; }
span { border-color: rgb(194,66,53); }
td.TdClassName
{
border-color: #C24235;
}
.TagClassName
{
border-color: #C24235;
}
</style>