Shades of Grenadier #C24439
Tints of Grenadier #C24439
RGB
CMYK
RGB Variations
Color information
#C24439 (or 0xC24439) is known color: Grenadier. HEX triplet: C2, 44 and 39. RGB value is (194,68,57). Sum of RGB (Red+Green+Blue) = 194+68+57=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C24439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24439 is #3DBBC6. Grayscale: #686868. Windows color (decimal): -4045767 or 3753154. OLE color: 3753154.
HSL color Cylindrical-coordinate representation of color #C24439: hue angle of 4.82º 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 #C24439 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 57 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.24 |
| HSL | 4.82º | 0.55% | 0.49% | - |
| HSV(B) | 4.82º | 0.71% | 0.76% | - |
| XYZ | 25.05 | 15.9 | 5.62 | - |
| YUV | 104.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 57 | 0 | 0.65 | 0.71 | 0.24 | 4.82 | 0.55 | 0.49 |
| Hex | C2 | 44 | 39 | 0 | 41 | 47 | 18 | 5 | 37 | 31 |
| Octal | 302 | 104 | 71 | 0 | 101 | 107 | 30 | 5 | 67 | 61 |
| Binary | 11000010 | 1000100 | 111001 | 0 | 1000001 | 1000111 | 11000 | 101 | 110111 | 110001 |
Color Harmonies of #C24439
Complementary color
Monochromatic Colors of #C24439
Black with #C24439
Text Example
Text Example
White with #C24439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24439; }
p { color: rgb(194,68,57); }
H1.HeaderClassName
{
color: #C24439;
}
.AnyTagClassName
{
color: #C24439;
}
</style>
background-color css
<style>
a { background-color: #C24439; }
a { background-color: rgb(194,68,57); }
div.DivClassName
{
background-color: #C24439;
}
.BgClassName
{
background-color: #C24439;
}
</style>
border-color css
<style>
span { border-color: #C24439; }
span { border-color: rgb(194,68,57); }
td.TdClassName
{
border-color: #C24439;
}
.TagClassName
{
border-color: #C24439;
}
</style>