Shades of Grenadier #C24D38
Tints of Grenadier #C24D38
RGB
CMYK
RGB Variations
Color information
#C24D38 (or 0xC24D38) is known color: Grenadier. HEX triplet: C2, 4D and 38. RGB value is (194,77,56). Sum of RGB (Red+Green+Blue) = 194+77+56=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D38 is #3DB2C7. Grayscale: #6D6D6D. Windows color (decimal): -4043464 or 3689922. OLE color: 3689922.
HSL color Cylindrical-coordinate representation of color #C24D38: hue angle of 9.13º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24D38 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 56 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.24 |
| HSL | 9.13º | 0.55% | 0.49% | - |
| HSV(B) | 9.13º | 0.71% | 0.76% | - |
| XYZ | 25.62 | 17.06 | 5.68 | - |
| YUV | 109.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 56 | 0 | 0.60 | 0.71 | 0.24 | 9.13 | 0.55 | 0.49 |
| Hex | C2 | 4D | 38 | 0 | 3C | 47 | 18 | 9 | 37 | 31 |
| Octal | 302 | 115 | 70 | 0 | 74 | 107 | 30 | 11 | 67 | 61 |
| Binary | 11000010 | 1001101 | 111000 | 0 | 111100 | 1000111 | 11000 | 1001 | 110111 | 110001 |
Color Harmonies of #C24D38
Complementary color
Monochromatic Colors of #C24D38
Black with #C24D38
Text Example
Text Example
White with #C24D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D38; }
p { color: rgb(194,77,56); }
H1.HeaderClassName
{
color: #C24D38;
}
.AnyTagClassName
{
color: #C24D38;
}
</style>
background-color css
<style>
a { background-color: #C24D38; }
a { background-color: rgb(194,77,56); }
div.DivClassName
{
background-color: #C24D38;
}
.BgClassName
{
background-color: #C24D38;
}
</style>
border-color css
<style>
span { border-color: #C24D38; }
span { border-color: rgb(194,77,56); }
td.TdClassName
{
border-color: #C24D38;
}
.TagClassName
{
border-color: #C24D38;
}
</style>