Shades of Grenadier #C44D39
Tints of Grenadier #C44D39
RGB
CMYK
RGB Variations
Color information
#C44D39 (or 0xC44D39) is known color: Grenadier. HEX triplet: C4, 4D and 39. RGB value is (196,77,57). Sum of RGB (Red+Green+Blue) = 196+77+57=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D39 is #3BB2C6. Grayscale: #6E6E6E. Windows color (decimal): -3912391 or 3755460. OLE color: 3755460.
HSL color Cylindrical-coordinate representation of color #C44D39: hue angle of 8.63º 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 #C44D39 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 57 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.23 |
| HSL | 8.63º | 0.55% | 0.5% | - |
| HSV(B) | 8.63º | 0.71% | 0.77% | - |
| XYZ | 26.16 | 17.34 | 5.84 | - |
| YUV | 110.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 57 | 0 | 0.61 | 0.71 | 0.23 | 8.63 | 0.55 | 0.5 |
| Hex | C4 | 4D | 39 | 0 | 3D | 47 | 17 | 9 | 37 | 32 |
| Octal | 304 | 115 | 71 | 0 | 75 | 107 | 27 | 11 | 67 | 62 |
| Binary | 11000100 | 1001101 | 111001 | 0 | 111101 | 1000111 | 10111 | 1001 | 110111 | 110010 |
Color Harmonies of #C44D39
Complementary color
Monochromatic Colors of #C44D39
Black with #C44D39
Text Example
Text Example
White with #C44D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D39; }
p { color: rgb(196,77,57); }
H1.HeaderClassName
{
color: #C44D39;
}
.AnyTagClassName
{
color: #C44D39;
}
</style>
background-color css
<style>
a { background-color: #C44D39; }
a { background-color: rgb(196,77,57); }
div.DivClassName
{
background-color: #C44D39;
}
.BgClassName
{
background-color: #C44D39;
}
</style>
border-color css
<style>
span { border-color: #C44D39; }
span { border-color: rgb(196,77,57); }
td.TdClassName
{
border-color: #C44D39;
}
.TagClassName
{
border-color: #C44D39;
}
</style>