Shades of Grenadier #C24138
Tints of Grenadier #C24138
RGB
CMYK
RGB Variations
Color information
#C24138 (or 0xC24138) is known color: Grenadier. HEX triplet: C2, 41 and 38. RGB value is (194,65,56). Sum of RGB (Red+Green+Blue) = 194+65+56=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24138 is #3DBEC7. Grayscale: #666666. Windows color (decimal): -4046536 or 3686850. OLE color: 3686850.
HSL color Cylindrical-coordinate representation of color #C24138: hue angle of 3.91º 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 #C24138 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 56 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.24 |
| HSL | 3.91º | 0.55% | 0.49% | - |
| HSV(B) | 3.91º | 0.71% | 0.76% | - |
| XYZ | 24.85 | 15.54 | 5.43 | - |
| YUV | 102.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 56 | 0 | 0.66 | 0.71 | 0.24 | 3.91 | 0.55 | 0.49 |
| Hex | C2 | 41 | 38 | 0 | 42 | 47 | 18 | 4 | 37 | 31 |
| Octal | 302 | 101 | 70 | 0 | 102 | 107 | 30 | 4 | 67 | 61 |
| Binary | 11000010 | 1000001 | 111000 | 0 | 1000010 | 1000111 | 11000 | 100 | 110111 | 110001 |
Color Harmonies of #C24138
Complementary color
Monochromatic Colors of #C24138
Black with #C24138
Text Example
Text Example
White with #C24138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24138; }
p { color: rgb(194,65,56); }
H1.HeaderClassName
{
color: #C24138;
}
.AnyTagClassName
{
color: #C24138;
}
</style>
background-color css
<style>
a { background-color: #C24138; }
a { background-color: rgb(194,65,56); }
div.DivClassName
{
background-color: #C24138;
}
.BgClassName
{
background-color: #C24138;
}
</style>
border-color css
<style>
span { border-color: #C24138; }
span { border-color: rgb(194,65,56); }
td.TdClassName
{
border-color: #C24138;
}
.TagClassName
{
border-color: #C24138;
}
</style>