Shades of Grenadier #C44439
Tints of Grenadier #C44439
RGB
CMYK
RGB Variations
Color information
#C44439 (or 0xC44439) is known color: Grenadier. HEX triplet: C4, 44 and 39. RGB value is (196,68,57). Sum of RGB (Red+Green+Blue) = 196+68+57=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C44439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44439 is #3BBBC6. Grayscale: #696969. Windows color (decimal): -3914695 or 3753156. OLE color: 3753156.
HSL color Cylindrical-coordinate representation of color #C44439: hue angle of 4.75º 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 #C44439 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 57 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.23 |
| HSL | 4.75º | 0.55% | 0.5% | - |
| HSV(B) | 4.75º | 0.71% | 0.77% | - |
| XYZ | 25.57 | 16.17 | 5.64 | - |
| YUV | 105.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 57 | 0 | 0.65 | 0.71 | 0.23 | 4.75 | 0.55 | 0.5 |
| Hex | C4 | 44 | 39 | 0 | 41 | 47 | 17 | 5 | 37 | 32 |
| Octal | 304 | 104 | 71 | 0 | 101 | 107 | 27 | 5 | 67 | 62 |
| Binary | 11000100 | 1000100 | 111001 | 0 | 1000001 | 1000111 | 10111 | 101 | 110111 | 110010 |
Color Harmonies of #C44439
Complementary color
Monochromatic Colors of #C44439
Black with #C44439
Text Example
Text Example
White with #C44439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44439; }
p { color: rgb(196,68,57); }
H1.HeaderClassName
{
color: #C44439;
}
.AnyTagClassName
{
color: #C44439;
}
</style>
background-color css
<style>
a { background-color: #C44439; }
a { background-color: rgb(196,68,57); }
div.DivClassName
{
background-color: #C44439;
}
.BgClassName
{
background-color: #C44439;
}
</style>
border-color css
<style>
span { border-color: #C44439; }
span { border-color: rgb(196,68,57); }
td.TdClassName
{
border-color: #C44439;
}
.TagClassName
{
border-color: #C44439;
}
</style>