Shades of Grenadier #C44337
Tints of Grenadier #C44337
RGB
CMYK
RGB Variations
Color information
#C44337 (or 0xC44337) is known color: Grenadier. HEX triplet: C4, 43 and 37. RGB value is (196,67,55). Sum of RGB (Red+Green+Blue) = 196+67+55=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C44337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44337 is #3BBCC8. Grayscale: #686868. Windows color (decimal): -3914953 or 3621828. OLE color: 3621828.
HSL color Cylindrical-coordinate representation of color #C44337: hue angle of 5.11º 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 #C44337 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 55 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.23 |
| HSL | 5.11º | 0.56% | 0.49% | - |
| HSV(B) | 5.11º | 0.72% | 0.77% | - |
| XYZ | 25.46 | 16.03 | 5.37 | - |
| YUV | 104.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 55 | 0 | 0.66 | 0.72 | 0.23 | 5.11 | 0.56 | 0.49 |
| Hex | C4 | 43 | 37 | 0 | 42 | 48 | 17 | 5 | 38 | 31 |
| Octal | 304 | 103 | 67 | 0 | 102 | 110 | 27 | 5 | 70 | 61 |
| Binary | 11000100 | 1000011 | 110111 | 0 | 1000010 | 1001000 | 10111 | 101 | 111000 | 110001 |
Color Harmonies of #C44337
Complementary color
Monochromatic Colors of #C44337
Black with #C44337
Text Example
Text Example
White with #C44337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44337; }
p { color: rgb(196,67,55); }
H1.HeaderClassName
{
color: #C44337;
}
.AnyTagClassName
{
color: #C44337;
}
</style>
background-color css
<style>
a { background-color: #C44337; }
a { background-color: rgb(196,67,55); }
div.DivClassName
{
background-color: #C44337;
}
.BgClassName
{
background-color: #C44337;
}
</style>
border-color css
<style>
span { border-color: #C44337; }
span { border-color: rgb(196,67,55); }
td.TdClassName
{
border-color: #C44337;
}
.TagClassName
{
border-color: #C44337;
}
</style>