Shades of Grenadier #C24B3C
Tints of Grenadier #C24B3C
RGB
CMYK
RGB Variations
Color information
#C24B3C (or 0xC24B3C) is known color: Grenadier. HEX triplet: C2, 4B and 3C. RGB value is (194,75,60). Sum of RGB (Red+Green+Blue) = 194+75+60=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B3C is #3DB4C3. Grayscale: #6D6D6D. Windows color (decimal): -4043972 or 3951554. OLE color: 3951554.
HSL color Cylindrical-coordinate representation of color #C24B3C: hue angle of 6.72º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24B3C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 60 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.24 |
| HSL | 6.72º | 0.53% | 0.5% | - |
| HSV(B) | 6.72º | 0.69% | 0.76% | - |
| XYZ | 25.58 | 16.83 | 6.17 | - |
| YUV | 108.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 60 | 0 | 0.61 | 0.69 | 0.24 | 6.72 | 0.53 | 0.5 |
| Hex | C2 | 4B | 3C | 0 | 3D | 45 | 18 | 7 | 35 | 32 |
| Octal | 302 | 113 | 74 | 0 | 75 | 105 | 30 | 7 | 65 | 62 |
| Binary | 11000010 | 1001011 | 111100 | 0 | 111101 | 1000101 | 11000 | 111 | 110101 | 110010 |
Color Harmonies of #C24B3C
Complementary color
Monochromatic Colors of #C24B3C
Black with #C24B3C
Text Example
Text Example
White with #C24B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B3C; }
p { color: rgb(194,75,60); }
H1.HeaderClassName
{
color: #C24B3C;
}
.AnyTagClassName
{
color: #C24B3C;
}
</style>
background-color css
<style>
a { background-color: #C24B3C; }
a { background-color: rgb(194,75,60); }
div.DivClassName
{
background-color: #C24B3C;
}
.BgClassName
{
background-color: #C24B3C;
}
</style>
border-color css
<style>
span { border-color: #C24B3C; }
span { border-color: rgb(194,75,60); }
td.TdClassName
{
border-color: #C24B3C;
}
.TagClassName
{
border-color: #C24B3C;
}
</style>