Shades of Grenadier #C24133
Tints of Grenadier #C24133
RGB
CMYK
RGB Variations
Color information
#C24133 (or 0xC24133) is known color: Grenadier. HEX triplet: C2, 41 and 33. RGB value is (194,65,51). Sum of RGB (Red+Green+Blue) = 194+65+51=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C24133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24133 is #3DBECC. Grayscale: #666666. Windows color (decimal): -4046541 or 3359170. OLE color: 3359170.
HSL color Cylindrical-coordinate representation of color #C24133: hue angle of 5.87º 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 #C24133 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 51 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.24 |
| HSL | 5.87º | 0.58% | 0.48% | - |
| HSV(B) | 5.87º | 0.74% | 0.76% | - |
| XYZ | 24.74 | 15.49 | 4.82 | - |
| YUV | 101.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 51 | 0 | 0.66 | 0.74 | 0.24 | 5.87 | 0.58 | 0.48 |
| Hex | C2 | 41 | 33 | 0 | 42 | 4A | 18 | 6 | 3A | 30 |
| Octal | 302 | 101 | 63 | 0 | 102 | 112 | 30 | 6 | 72 | 60 |
| Binary | 11000010 | 1000001 | 110011 | 0 | 1000010 | 1001010 | 11000 | 110 | 111010 | 110000 |
Color Harmonies of #C24133
Complementary color
Monochromatic Colors of #C24133
Black with #C24133
Text Example
Text Example
White with #C24133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24133; }
p { color: rgb(194,65,51); }
H1.HeaderClassName
{
color: #C24133;
}
.AnyTagClassName
{
color: #C24133;
}
</style>
background-color css
<style>
a { background-color: #C24133; }
a { background-color: rgb(194,65,51); }
div.DivClassName
{
background-color: #C24133;
}
.BgClassName
{
background-color: #C24133;
}
</style>
border-color css
<style>
span { border-color: #C24133; }
span { border-color: rgb(194,65,51); }
td.TdClassName
{
border-color: #C24133;
}
.TagClassName
{
border-color: #C24133;
}
</style>