Shades of Grenadier #C24136
Tints of Grenadier #C24136
RGB
CMYK
RGB Variations
Color information
#C24136 (or 0xC24136) is known color: Grenadier. HEX triplet: C2, 41 and 36. RGB value is (194,65,54). Sum of RGB (Red+Green+Blue) = 194+65+54=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C24136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24136 is #3DBEC9. Grayscale: #666666. Windows color (decimal): -4046538 or 3555778. OLE color: 3555778.
HSL color Cylindrical-coordinate representation of color #C24136: hue angle of 4.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C24136 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 54 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.24 |
| HSL | 4.71º | 0.56% | 0.49% | - |
| HSV(B) | 4.71º | 0.72% | 0.76% | - |
| XYZ | 24.8 | 15.52 | 5.18 | - |
| YUV | 102.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 54 | 0 | 0.66 | 0.72 | 0.24 | 4.71 | 0.56 | 0.49 |
| Hex | C2 | 41 | 36 | 0 | 42 | 48 | 18 | 5 | 38 | 31 |
| Octal | 302 | 101 | 66 | 0 | 102 | 110 | 30 | 5 | 70 | 61 |
| Binary | 11000010 | 1000001 | 110110 | 0 | 1000010 | 1001000 | 11000 | 101 | 111000 | 110001 |
Color Harmonies of #C24136
Complementary color
Monochromatic Colors of #C24136
Black with #C24136
Text Example
Text Example
White with #C24136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24136; }
p { color: rgb(194,65,54); }
H1.HeaderClassName
{
color: #C24136;
}
.AnyTagClassName
{
color: #C24136;
}
</style>
background-color css
<style>
a { background-color: #C24136; }
a { background-color: rgb(194,65,54); }
div.DivClassName
{
background-color: #C24136;
}
.BgClassName
{
background-color: #C24136;
}
</style>
border-color css
<style>
span { border-color: #C24136; }
span { border-color: rgb(194,65,54); }
td.TdClassName
{
border-color: #C24136;
}
.TagClassName
{
border-color: #C24136;
}
</style>