Shades of Grenadier #C44E40
Tints of Grenadier #C44E40
RGB
CMYK
RGB Variations
Color information
#C44E40 (or 0xC44E40) is known color: Grenadier. HEX triplet: C4, 4E and 40. RGB value is (196,78,64). Sum of RGB (Red+Green+Blue) = 196+78+64=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E40 is #3BB1BF. Grayscale: #6F6F6F. Windows color (decimal): -3912128 or 4214468. OLE color: 4214468.
HSL color Cylindrical-coordinate representation of color #C44E40: hue angle of 6.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44E40 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 64 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.23 |
| HSL | 6.36º | 0.53% | 0.51% | - |
| HSV(B) | 6.36º | 0.67% | 0.77% | - |
| XYZ | 26.41 | 17.55 | 6.85 | - |
| YUV | 111.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 64 | 0 | 0.60 | 0.67 | 0.23 | 6.36 | 0.53 | 0.51 |
| Hex | C4 | 4E | 40 | 0 | 3C | 43 | 17 | 6 | 35 | 33 |
| Octal | 304 | 116 | 100 | 0 | 74 | 103 | 27 | 6 | 65 | 63 |
| Binary | 11000100 | 1001110 | 1000000 | 0 | 111100 | 1000011 | 10111 | 110 | 110101 | 110011 |
Color Harmonies of #C44E40
Complementary color
Monochromatic Colors of #C44E40
Black with #C44E40
Text Example
Text Example
White with #C44E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E40; }
p { color: rgb(196,78,64); }
H1.HeaderClassName
{
color: #C44E40;
}
.AnyTagClassName
{
color: #C44E40;
}
</style>
background-color css
<style>
a { background-color: #C44E40; }
a { background-color: rgb(196,78,64); }
div.DivClassName
{
background-color: #C44E40;
}
.BgClassName
{
background-color: #C44E40;
}
</style>
border-color css
<style>
span { border-color: #C44E40; }
span { border-color: rgb(196,78,64); }
td.TdClassName
{
border-color: #C44E40;
}
.TagClassName
{
border-color: #C44E40;
}
</style>