Shades of Grenadier #C24E3D
Tints of Grenadier #C24E3D
RGB
CMYK
RGB Variations
Color information
#C24E3D (or 0xC24E3D) is known color: Grenadier. HEX triplet: C2, 4E and 3D. RGB value is (194,78,61). Sum of RGB (Red+Green+Blue) = 194+78+61=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E3D is #3DB1C2. Grayscale: #6E6E6E. Windows color (decimal): -4043203 or 4017858. OLE color: 4017858.
HSL color Cylindrical-coordinate representation of color #C24E3D: hue angle of 7.67º 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 #C24E3D is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 61 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.24 |
| HSL | 7.67º | 0.52% | 0.5% | - |
| HSV(B) | 7.67º | 0.69% | 0.76% | - |
| XYZ | 25.81 | 17.26 | 6.38 | - |
| YUV | 110.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 61 | 0 | 0.60 | 0.69 | 0.24 | 7.67 | 0.52 | 0.5 |
| Hex | C2 | 4E | 3D | 0 | 3C | 45 | 18 | 8 | 34 | 32 |
| Octal | 302 | 116 | 75 | 0 | 74 | 105 | 30 | 10 | 64 | 62 |
| Binary | 11000010 | 1001110 | 111101 | 0 | 111100 | 1000101 | 11000 | 1000 | 110100 | 110010 |
Color Harmonies of #C24E3D
Complementary color
Monochromatic Colors of #C24E3D
Black with #C24E3D
Text Example
Text Example
White with #C24E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E3D; }
p { color: rgb(194,78,61); }
H1.HeaderClassName
{
color: #C24E3D;
}
.AnyTagClassName
{
color: #C24E3D;
}
</style>
background-color css
<style>
a { background-color: #C24E3D; }
a { background-color: rgb(194,78,61); }
div.DivClassName
{
background-color: #C24E3D;
}
.BgClassName
{
background-color: #C24E3D;
}
</style>
border-color css
<style>
span { border-color: #C24E3D; }
span { border-color: rgb(194,78,61); }
td.TdClassName
{
border-color: #C24E3D;
}
.TagClassName
{
border-color: #C24E3D;
}
</style>