Shades of Grenadier #C44136
Tints of Grenadier #C44136
RGB
CMYK
RGB Variations
Color information
#C44136 (or 0xC44136) is known color: Grenadier. HEX triplet: C4, 41 and 36. RGB value is (196,65,54). Sum of RGB (Red+Green+Blue) = 196+65+54=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C44136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44136 is #3BBEC9. Grayscale: #676767. Windows color (decimal): -3915466 or 3555780. OLE color: 3555780.
HSL color Cylindrical-coordinate representation of color #C44136: hue angle of 4.65º degrees, saturation: 0.57, 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 #C44136 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 54 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.23 |
| HSL | 4.65º | 0.57% | 0.49% | - |
| HSV(B) | 4.65º | 0.72% | 0.77% | - |
| XYZ | 25.32 | 15.78 | 5.2 | - |
| YUV | 102.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 54 | 0 | 0.67 | 0.72 | 0.23 | 4.65 | 0.57 | 0.49 |
| Hex | C4 | 41 | 36 | 0 | 43 | 48 | 17 | 5 | 39 | 31 |
| Octal | 304 | 101 | 66 | 0 | 103 | 110 | 27 | 5 | 71 | 61 |
| Binary | 11000100 | 1000001 | 110110 | 0 | 1000011 | 1001000 | 10111 | 101 | 111001 | 110001 |
Color Harmonies of #C44136
Complementary color
Monochromatic Colors of #C44136
Black with #C44136
Text Example
Text Example
White with #C44136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44136; }
p { color: rgb(196,65,54); }
H1.HeaderClassName
{
color: #C44136;
}
.AnyTagClassName
{
color: #C44136;
}
</style>
background-color css
<style>
a { background-color: #C44136; }
a { background-color: rgb(196,65,54); }
div.DivClassName
{
background-color: #C44136;
}
.BgClassName
{
background-color: #C44136;
}
</style>
border-color css
<style>
span { border-color: #C44136; }
span { border-color: rgb(196,65,54); }
td.TdClassName
{
border-color: #C44136;
}
.TagClassName
{
border-color: #C44136;
}
</style>