Shades of Grenadier #C24A3D
Tints of Grenadier #C24A3D
RGB
CMYK
RGB Variations
Color information
#C24A3D (or 0xC24A3D) is known color: Grenadier. HEX triplet: C2, 4A and 3D. RGB value is (194,74,61). Sum of RGB (Red+Green+Blue) = 194+74+61=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A3D is #3DB5C2. Grayscale: #6C6C6C. Windows color (decimal): -4044227 or 4016834. OLE color: 4016834.
HSL color Cylindrical-coordinate representation of color #C24A3D: hue angle of 5.86º degrees, saturation: 0.52, 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 #C24A3D is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 61 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.24 |
| HSL | 5.86º | 0.52% | 0.5% | - |
| HSV(B) | 5.86º | 0.69% | 0.76% | - |
| XYZ | 25.54 | 16.7 | 6.29 | - |
| YUV | 108.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 61 | 0 | 0.62 | 0.69 | 0.24 | 5.86 | 0.52 | 0.5 |
| Hex | C2 | 4A | 3D | 0 | 3E | 45 | 18 | 6 | 34 | 32 |
| Octal | 302 | 112 | 75 | 0 | 76 | 105 | 30 | 6 | 64 | 62 |
| Binary | 11000010 | 1001010 | 111101 | 0 | 111110 | 1000101 | 11000 | 110 | 110100 | 110010 |
Color Harmonies of #C24A3D
Complementary color
Monochromatic Colors of #C24A3D
Black with #C24A3D
Text Example
Text Example
White with #C24A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A3D; }
p { color: rgb(194,74,61); }
H1.HeaderClassName
{
color: #C24A3D;
}
.AnyTagClassName
{
color: #C24A3D;
}
</style>
background-color css
<style>
a { background-color: #C24A3D; }
a { background-color: rgb(194,74,61); }
div.DivClassName
{
background-color: #C24A3D;
}
.BgClassName
{
background-color: #C24A3D;
}
</style>
border-color css
<style>
span { border-color: #C24A3D; }
span { border-color: rgb(194,74,61); }
td.TdClassName
{
border-color: #C24A3D;
}
.TagClassName
{
border-color: #C24A3D;
}
</style>