Shades of Grenadier #C44131
Tints of Grenadier #C44131
RGB
CMYK
RGB Variations
Color information
#C44131 (or 0xC44131) is known color: Grenadier. HEX triplet: C4, 41 and 31. RGB value is (196,65,49). Sum of RGB (Red+Green+Blue) = 196+65+49=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C44131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44131 is #3BBECE. Grayscale: #666666. Windows color (decimal): -3915471 or 3228100. OLE color: 3228100.
HSL color Cylindrical-coordinate representation of color #C44131: hue angle of 6.53º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C44131 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 49 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.23 |
| HSL | 6.53º | 0.6% | 0.48% | - |
| HSV(B) | 6.53º | 0.75% | 0.77% | - |
| XYZ | 25.21 | 15.74 | 4.61 | - |
| YUV | 102.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 49 | 0 | 0.67 | 0.75 | 0.23 | 6.53 | 0.6 | 0.48 |
| Hex | C4 | 41 | 31 | 0 | 43 | 4B | 17 | 7 | 3C | 30 |
| Octal | 304 | 101 | 61 | 0 | 103 | 113 | 27 | 7 | 74 | 60 |
| Binary | 11000100 | 1000001 | 110001 | 0 | 1000011 | 1001011 | 10111 | 111 | 111100 | 110000 |
Color Harmonies of #C44131
Complementary color
Monochromatic Colors of #C44131
Black with #C44131
Text Example
Text Example
White with #C44131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44131; }
p { color: rgb(196,65,49); }
H1.HeaderClassName
{
color: #C44131;
}
.AnyTagClassName
{
color: #C44131;
}
</style>
background-color css
<style>
a { background-color: #C44131; }
a { background-color: rgb(196,65,49); }
div.DivClassName
{
background-color: #C44131;
}
.BgClassName
{
background-color: #C44131;
}
</style>
border-color css
<style>
span { border-color: #C44131; }
span { border-color: rgb(196,65,49); }
td.TdClassName
{
border-color: #C44131;
}
.TagClassName
{
border-color: #C44131;
}
</style>