Shades of Grenadier #C24939
Tints of Grenadier #C24939
RGB
CMYK
RGB Variations
Color information
#C24939 (or 0xC24939) is known color: Grenadier. HEX triplet: C2, 49 and 39. RGB value is (194,73,57). Sum of RGB (Red+Green+Blue) = 194+73+57=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24939 is #3DB6C6. Grayscale: #6B6B6B. Windows color (decimal): -4044487 or 3754434. OLE color: 3754434.
HSL color Cylindrical-coordinate representation of color #C24939: hue angle of 7.01º 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 #C24939 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 57 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.24 |
| HSL | 7.01º | 0.55% | 0.49% | - |
| HSV(B) | 7.01º | 0.71% | 0.76% | - |
| XYZ | 25.37 | 16.53 | 5.72 | - |
| YUV | 107.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 57 | 0 | 0.62 | 0.71 | 0.24 | 7.01 | 0.55 | 0.49 |
| Hex | C2 | 49 | 39 | 0 | 3E | 47 | 18 | 7 | 37 | 31 |
| Octal | 302 | 111 | 71 | 0 | 76 | 107 | 30 | 7 | 67 | 61 |
| Binary | 11000010 | 1001001 | 111001 | 0 | 111110 | 1000111 | 11000 | 111 | 110111 | 110001 |
Color Harmonies of #C24939
Complementary color
Monochromatic Colors of #C24939
Black with #C24939
Text Example
Text Example
White with #C24939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24939; }
p { color: rgb(194,73,57); }
H1.HeaderClassName
{
color: #C24939;
}
.AnyTagClassName
{
color: #C24939;
}
</style>
background-color css
<style>
a { background-color: #C24939; }
a { background-color: rgb(194,73,57); }
div.DivClassName
{
background-color: #C24939;
}
.BgClassName
{
background-color: #C24939;
}
</style>
border-color css
<style>
span { border-color: #C24939; }
span { border-color: rgb(194,73,57); }
td.TdClassName
{
border-color: #C24939;
}
.TagClassName
{
border-color: #C24939;
}
</style>