Shades of Grenadier #C24630
Tints of Grenadier #C24630
RGB
CMYK
RGB Variations
Color information
#C24630 (or 0xC24630) is known color: Grenadier. HEX triplet: C2, 46 and 30. RGB value is (194,70,48). Sum of RGB (Red+Green+Blue) = 194+70+48=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24630 is #3DB9CF. Grayscale: #686868. Windows color (decimal): -4045264 or 3163842. OLE color: 3163842.
HSL color Cylindrical-coordinate representation of color #C24630: hue angle of 9.04º 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 #C24630 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 48 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.24 |
| HSL | 9.04º | 0.6% | 0.47% | - |
| HSV(B) | 9.04º | 0.75% | 0.76% | - |
| XYZ | 24.97 | 16.06 | 4.58 | - |
| YUV | 104.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 48 | 0 | 0.64 | 0.75 | 0.24 | 9.04 | 0.6 | 0.47 |
| Hex | C2 | 46 | 30 | 0 | 40 | 4B | 18 | 9 | 3C | 2F |
| Octal | 302 | 106 | 60 | 0 | 100 | 113 | 30 | 11 | 74 | 57 |
| Binary | 11000010 | 1000110 | 110000 | 0 | 1000000 | 1001011 | 11000 | 1001 | 111100 | 101111 |
Color Harmonies of #C24630
Complementary color
Monochromatic Colors of #C24630
Black with #C24630
Text Example
Text Example
White with #C24630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24630; }
p { color: rgb(194,70,48); }
H1.HeaderClassName
{
color: #C24630;
}
.AnyTagClassName
{
color: #C24630;
}
</style>
background-color css
<style>
a { background-color: #C24630; }
a { background-color: rgb(194,70,48); }
div.DivClassName
{
background-color: #C24630;
}
.BgClassName
{
background-color: #C24630;
}
</style>
border-color css
<style>
span { border-color: #C24630; }
span { border-color: rgb(194,70,48); }
td.TdClassName
{
border-color: #C24630;
}
.TagClassName
{
border-color: #C24630;
}
</style>