Shades of Grenadier #C24933
Tints of Grenadier #C24933
RGB
CMYK
RGB Variations
Color information
#C24933 (or 0xC24933) is known color: Grenadier. HEX triplet: C2, 49 and 33. RGB value is (194,73,51). Sum of RGB (Red+Green+Blue) = 194+73+51=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C24933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24933 is #3DB6CC. Grayscale: #6A6A6A. Windows color (decimal): -4044493 or 3361218. OLE color: 3361218.
HSL color Cylindrical-coordinate representation of color #C24933: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C24933 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.24 |
| HSL | 9.23º | 0.58% | 0.48% | - |
| HSV(B) | 9.23º | 0.74% | 0.76% | - |
| XYZ | 25.23 | 16.47 | 4.98 | - |
| YUV | 106.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 51 | 0 | 0.62 | 0.74 | 0.24 | 9.23 | 0.58 | 0.48 |
| Hex | C2 | 49 | 33 | 0 | 3E | 4A | 18 | 9 | 3A | 30 |
| Octal | 302 | 111 | 63 | 0 | 76 | 112 | 30 | 11 | 72 | 60 |
| Binary | 11000010 | 1001001 | 110011 | 0 | 111110 | 1001010 | 11000 | 1001 | 111010 | 110000 |
Color Harmonies of #C24933
Complementary color
Monochromatic Colors of #C24933
Black with #C24933
Text Example
Text Example
White with #C24933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24933; }
p { color: rgb(194,73,51); }
H1.HeaderClassName
{
color: #C24933;
}
.AnyTagClassName
{
color: #C24933;
}
</style>
background-color css
<style>
a { background-color: #C24933; }
a { background-color: rgb(194,73,51); }
div.DivClassName
{
background-color: #C24933;
}
.BgClassName
{
background-color: #C24933;
}
</style>
border-color css
<style>
span { border-color: #C24933; }
span { border-color: rgb(194,73,51); }
td.TdClassName
{
border-color: #C24933;
}
.TagClassName
{
border-color: #C24933;
}
</style>