Shades of Grenadier #C2493F
Tints of Grenadier #C2493F
RGB
CMYK
RGB Variations
Color information
#C2493F (or 0xC2493F) is known color: Grenadier. HEX triplet: C2, 49 and 3F. RGB value is (194,73,63). Sum of RGB (Red+Green+Blue) = 194+73+63=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C2493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2493F is #3DB6C0. Grayscale: #6C6C6C. Windows color (decimal): -4044481 or 4147650. OLE color: 4147650.
HSL color Cylindrical-coordinate representation of color #C2493F: hue angle of 4.58º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2493F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 63 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.24 |
| HSL | 4.58º | 0.52% | 0.5% | - |
| HSV(B) | 4.58º | 0.68% | 0.76% | - |
| XYZ | 25.53 | 16.59 | 6.56 | - |
| YUV | 108.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 63 | 0 | 0.62 | 0.68 | 0.24 | 4.58 | 0.52 | 0.5 |
| Hex | C2 | 49 | 3F | 0 | 3E | 44 | 18 | 5 | 34 | 32 |
| Octal | 302 | 111 | 77 | 0 | 76 | 104 | 30 | 5 | 64 | 62 |
| Binary | 11000010 | 1001001 | 111111 | 0 | 111110 | 1000100 | 11000 | 101 | 110100 | 110010 |
Color Harmonies of #C2493F
Complementary color
Monochromatic Colors of #C2493F
Black with #C2493F
Text Example
Text Example
White with #C2493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2493F; }
p { color: rgb(194,73,63); }
H1.HeaderClassName
{
color: #C2493F;
}
.AnyTagClassName
{
color: #C2493F;
}
</style>
background-color css
<style>
a { background-color: #C2493F; }
a { background-color: rgb(194,73,63); }
div.DivClassName
{
background-color: #C2493F;
}
.BgClassName
{
background-color: #C2493F;
}
</style>
border-color css
<style>
span { border-color: #C2493F; }
span { border-color: rgb(194,73,63); }
td.TdClassName
{
border-color: #C2493F;
}
.TagClassName
{
border-color: #C2493F;
}
</style>