Shades of Grenadier #C44C39
Tints of Grenadier #C44C39
RGB
CMYK
RGB Variations
Color information
#C44C39 (or 0xC44C39) is known color: Grenadier. HEX triplet: C4, 4C and 39. RGB value is (196,76,57). Sum of RGB (Red+Green+Blue) = 196+76+57=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C39 is #3BB3C6. Grayscale: #6D6D6D. Windows color (decimal): -3912647 or 3755204. OLE color: 3755204.
HSL color Cylindrical-coordinate representation of color #C44C39: hue angle of 8.2º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C44C39 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 57 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.23 |
| HSL | 8.2º | 0.55% | 0.5% | - |
| HSV(B) | 8.2º | 0.71% | 0.77% | - |
| XYZ | 26.09 | 17.2 | 5.82 | - |
| YUV | 109.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 57 | 0 | 0.61 | 0.71 | 0.23 | 8.2 | 0.55 | 0.5 |
| Hex | C4 | 4C | 39 | 0 | 3D | 47 | 17 | 8 | 37 | 32 |
| Octal | 304 | 114 | 71 | 0 | 75 | 107 | 27 | 10 | 67 | 62 |
| Binary | 11000100 | 1001100 | 111001 | 0 | 111101 | 1000111 | 10111 | 1000 | 110111 | 110010 |
Color Harmonies of #C44C39
Complementary color
Monochromatic Colors of #C44C39
Black with #C44C39
Text Example
Text Example
White with #C44C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C39; }
p { color: rgb(196,76,57); }
H1.HeaderClassName
{
color: #C44C39;
}
.AnyTagClassName
{
color: #C44C39;
}
</style>
background-color css
<style>
a { background-color: #C44C39; }
a { background-color: rgb(196,76,57); }
div.DivClassName
{
background-color: #C44C39;
}
.BgClassName
{
background-color: #C44C39;
}
</style>
border-color css
<style>
span { border-color: #C44C39; }
span { border-color: rgb(196,76,57); }
td.TdClassName
{
border-color: #C44C39;
}
.TagClassName
{
border-color: #C44C39;
}
</style>