Shades of Grenadier #C24638
Tints of Grenadier #C24638
RGB
CMYK
RGB Variations
Color information
#C24638 (or 0xC24638) is known color: Grenadier. HEX triplet: C2, 46 and 38. RGB value is (194,70,56). Sum of RGB (Red+Green+Blue) = 194+70+56=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C24638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24638 is #3DB9C7. Grayscale: #696969. Windows color (decimal): -4045256 or 3688130. OLE color: 3688130.
HSL color Cylindrical-coordinate representation of color #C24638: hue angle of 6.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24638 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 56 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.24 |
| HSL | 6.09º | 0.55% | 0.49% | - |
| HSV(B) | 6.09º | 0.71% | 0.76% | - |
| XYZ | 25.15 | 16.14 | 5.53 | - |
| YUV | 105.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 56 | 0 | 0.64 | 0.71 | 0.24 | 6.09 | 0.55 | 0.49 |
| Hex | C2 | 46 | 38 | 0 | 40 | 47 | 18 | 6 | 37 | 31 |
| Octal | 302 | 106 | 70 | 0 | 100 | 107 | 30 | 6 | 67 | 61 |
| Binary | 11000010 | 1000110 | 111000 | 0 | 1000000 | 1000111 | 11000 | 110 | 110111 | 110001 |
Color Harmonies of #C24638
Complementary color
Monochromatic Colors of #C24638
Black with #C24638
Text Example
Text Example
White with #C24638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24638; }
p { color: rgb(194,70,56); }
H1.HeaderClassName
{
color: #C24638;
}
.AnyTagClassName
{
color: #C24638;
}
</style>
background-color css
<style>
a { background-color: #C24638; }
a { background-color: rgb(194,70,56); }
div.DivClassName
{
background-color: #C24638;
}
.BgClassName
{
background-color: #C24638;
}
</style>
border-color css
<style>
span { border-color: #C24638; }
span { border-color: rgb(194,70,56); }
td.TdClassName
{
border-color: #C24638;
}
.TagClassName
{
border-color: #C24638;
}
</style>