Shades of Grenadier #C24930
Tints of Grenadier #C24930
RGB
CMYK
RGB Variations
Color information
#C24930 (or 0xC24930) is known color: Grenadier. HEX triplet: C2, 49 and 30. RGB value is (194,73,48). Sum of RGB (Red+Green+Blue) = 194+73+48=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24930 is #3DB6CF. Grayscale: #6A6A6A. Windows color (decimal): -4044496 or 3164610. OLE color: 3164610.
HSL color Cylindrical-coordinate representation of color #C24930: hue angle of 10.27º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C24930 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 48 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.24 |
| HSL | 10.27º | 0.6% | 0.47% | - |
| HSV(B) | 10.27º | 0.75% | 0.76% | - |
| XYZ | 25.16 | 16.45 | 4.64 | - |
| YUV | 106.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 48 | 0 | 0.62 | 0.75 | 0.24 | 10.27 | 0.6 | 0.47 |
| Hex | C2 | 49 | 30 | 0 | 3E | 4B | 18 | A | 3C | 2F |
| Octal | 302 | 111 | 60 | 0 | 76 | 113 | 30 | 12 | 74 | 57 |
| Binary | 11000010 | 1001001 | 110000 | 0 | 111110 | 1001011 | 11000 | 1010 | 111100 | 101111 |
Color Harmonies of #C24930
Complementary color
Monochromatic Colors of #C24930
Black with #C24930
Text Example
Text Example
White with #C24930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24930; }
p { color: rgb(194,73,48); }
H1.HeaderClassName
{
color: #C24930;
}
.AnyTagClassName
{
color: #C24930;
}
</style>
background-color css
<style>
a { background-color: #C24930; }
a { background-color: rgb(194,73,48); }
div.DivClassName
{
background-color: #C24930;
}
.BgClassName
{
background-color: #C24930;
}
</style>
border-color css
<style>
span { border-color: #C24930; }
span { border-color: rgb(194,73,48); }
td.TdClassName
{
border-color: #C24930;
}
.TagClassName
{
border-color: #C24930;
}
</style>