Shades of Grenadier #C24A33
Tints of Grenadier #C24A33
RGB
CMYK
RGB Variations
Color information
#C24A33 (or 0xC24A33) is known color: Grenadier. HEX triplet: C2, 4A and 33. RGB value is (194,74,51). Sum of RGB (Red+Green+Blue) = 194+74+51=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A33 is #3DB5CC. Grayscale: #6B6B6B. Windows color (decimal): -4044237 or 3361474. OLE color: 3361474.
HSL color Cylindrical-coordinate representation of color #C24A33: hue angle of 9.65º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C24A33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.24 |
| HSL | 9.65º | 0.58% | 0.48% | - |
| HSV(B) | 9.65º | 0.74% | 0.76% | - |
| XYZ | 25.29 | 16.61 | 5 | - |
| YUV | 107.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 51 | 0 | 0.62 | 0.74 | 0.24 | 9.65 | 0.58 | 0.48 |
| Hex | C2 | 4A | 33 | 0 | 3E | 4A | 18 | A | 3A | 30 |
| Octal | 302 | 112 | 63 | 0 | 76 | 112 | 30 | 12 | 72 | 60 |
| Binary | 11000010 | 1001010 | 110011 | 0 | 111110 | 1001010 | 11000 | 1010 | 111010 | 110000 |
Color Harmonies of #C24A33
Complementary color
Monochromatic Colors of #C24A33
Black with #C24A33
Text Example
Text Example
White with #C24A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A33; }
p { color: rgb(194,74,51); }
H1.HeaderClassName
{
color: #C24A33;
}
.AnyTagClassName
{
color: #C24A33;
}
</style>
background-color css
<style>
a { background-color: #C24A33; }
a { background-color: rgb(194,74,51); }
div.DivClassName
{
background-color: #C24A33;
}
.BgClassName
{
background-color: #C24A33;
}
</style>
border-color css
<style>
span { border-color: #C24A33; }
span { border-color: rgb(194,74,51); }
td.TdClassName
{
border-color: #C24A33;
}
.TagClassName
{
border-color: #C24A33;
}
</style>