Shades of Grenadier #C44737
Tints of Grenadier #C44737
RGB
CMYK
RGB Variations
Color information
#C44737 (or 0xC44737) is known color: Grenadier. HEX triplet: C4, 47 and 37. RGB value is (196,71,55). Sum of RGB (Red+Green+Blue) = 196+71+55=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C44737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44737 is #3BB8C8. Grayscale: #6A6A6A. Windows color (decimal): -3913929 or 3622852. OLE color: 3622852.
HSL color Cylindrical-coordinate representation of color #C44737: hue angle of 6.81º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C44737 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 55 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.23 |
| HSL | 6.81º | 0.56% | 0.49% | - |
| HSV(B) | 6.81º | 0.72% | 0.77% | - |
| XYZ | 25.71 | 16.52 | 5.45 | - |
| YUV | 106.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 55 | 0 | 0.64 | 0.72 | 0.23 | 6.81 | 0.56 | 0.49 |
| Hex | C4 | 47 | 37 | 0 | 40 | 48 | 17 | 7 | 38 | 31 |
| Octal | 304 | 107 | 67 | 0 | 100 | 110 | 27 | 7 | 70 | 61 |
| Binary | 11000100 | 1000111 | 110111 | 0 | 1000000 | 1001000 | 10111 | 111 | 111000 | 110001 |
Color Harmonies of #C44737
Complementary color
Monochromatic Colors of #C44737
Black with #C44737
Text Example
Text Example
White with #C44737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44737; }
p { color: rgb(196,71,55); }
H1.HeaderClassName
{
color: #C44737;
}
.AnyTagClassName
{
color: #C44737;
}
</style>
background-color css
<style>
a { background-color: #C44737; }
a { background-color: rgb(196,71,55); }
div.DivClassName
{
background-color: #C44737;
}
.BgClassName
{
background-color: #C44737;
}
</style>
border-color css
<style>
span { border-color: #C44737; }
span { border-color: rgb(196,71,55); }
td.TdClassName
{
border-color: #C44737;
}
.TagClassName
{
border-color: #C44737;
}
</style>