Shades of Grenadier #C24632
Tints of Grenadier #C24632
RGB
CMYK
RGB Variations
Color information
#C24632 (or 0xC24632) is known color: Grenadier. HEX triplet: C2, 46 and 32. RGB value is (194,70,50). Sum of RGB (Red+Green+Blue) = 194+70+50=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C24632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24632 is #3DB9CD. Grayscale: #696969. Windows color (decimal): -4045262 or 3294914. OLE color: 3294914.
HSL color Cylindrical-coordinate representation of color #C24632: hue angle of 8.33º degrees, saturation: 0.59, 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 #C24632 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 50 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.24 |
| HSL | 8.33º | 0.59% | 0.48% | - |
| HSV(B) | 8.33º | 0.74% | 0.76% | - |
| XYZ | 25.01 | 16.08 | 4.8 | - |
| YUV | 104.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 50 | 0 | 0.64 | 0.74 | 0.24 | 8.33 | 0.59 | 0.48 |
| Hex | C2 | 46 | 32 | 0 | 40 | 4A | 18 | 8 | 3B | 30 |
| Octal | 302 | 106 | 62 | 0 | 100 | 112 | 30 | 10 | 73 | 60 |
| Binary | 11000010 | 1000110 | 110010 | 0 | 1000000 | 1001010 | 11000 | 1000 | 111011 | 110000 |
Color Harmonies of #C24632
Complementary color
Monochromatic Colors of #C24632
Black with #C24632
Text Example
Text Example
White with #C24632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24632; }
p { color: rgb(194,70,50); }
H1.HeaderClassName
{
color: #C24632;
}
.AnyTagClassName
{
color: #C24632;
}
</style>
background-color css
<style>
a { background-color: #C24632; }
a { background-color: rgb(194,70,50); }
div.DivClassName
{
background-color: #C24632;
}
.BgClassName
{
background-color: #C24632;
}
</style>
border-color css
<style>
span { border-color: #C24632; }
span { border-color: rgb(194,70,50); }
td.TdClassName
{
border-color: #C24632;
}
.TagClassName
{
border-color: #C24632;
}
</style>