Shades of Grenadier #C24A38
Tints of Grenadier #C24A38
RGB
CMYK
RGB Variations
Color information
#C24A38 (or 0xC24A38) is known color: Grenadier. HEX triplet: C2, 4A and 38. RGB value is (194,74,56). Sum of RGB (Red+Green+Blue) = 194+74+56=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A38 is #3DB5C7. Grayscale: #6C6C6C. Windows color (decimal): -4044232 or 3689154. OLE color: 3689154.
HSL color Cylindrical-coordinate representation of color #C24A38: hue angle of 7.83º 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 #C24A38 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 56 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.24 |
| HSL | 7.83º | 0.55% | 0.49% | - |
| HSV(B) | 7.83º | 0.71% | 0.76% | - |
| XYZ | 25.41 | 16.65 | 5.62 | - |
| YUV | 107.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 56 | 0 | 0.62 | 0.71 | 0.24 | 7.83 | 0.55 | 0.49 |
| Hex | C2 | 4A | 38 | 0 | 3E | 47 | 18 | 8 | 37 | 31 |
| Octal | 302 | 112 | 70 | 0 | 76 | 107 | 30 | 10 | 67 | 61 |
| Binary | 11000010 | 1001010 | 111000 | 0 | 111110 | 1000111 | 11000 | 1000 | 110111 | 110001 |
Color Harmonies of #C24A38
Complementary color
Monochromatic Colors of #C24A38
Black with #C24A38
Text Example
Text Example
White with #C24A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A38; }
p { color: rgb(194,74,56); }
H1.HeaderClassName
{
color: #C24A38;
}
.AnyTagClassName
{
color: #C24A38;
}
</style>
background-color css
<style>
a { background-color: #C24A38; }
a { background-color: rgb(194,74,56); }
div.DivClassName
{
background-color: #C24A38;
}
.BgClassName
{
background-color: #C24A38;
}
</style>
border-color css
<style>
span { border-color: #C24A38; }
span { border-color: rgb(194,74,56); }
td.TdClassName
{
border-color: #C24A38;
}
.TagClassName
{
border-color: #C24A38;
}
</style>