Shades of Grenadier #C44134
Tints of Grenadier #C44134
RGB
CMYK
RGB Variations
Color information
#C44134 (or 0xC44134) is known color: Grenadier. HEX triplet: C4, 41 and 34. RGB value is (196,65,52). Sum of RGB (Red+Green+Blue) = 196+65+52=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C44134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44134 is #3BBECB. Grayscale: #666666. Windows color (decimal): -3915468 or 3424708. OLE color: 3424708.
HSL color Cylindrical-coordinate representation of color #C44134: hue angle of 5.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C44134 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 52 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.23 |
| HSL | 5.42º | 0.58% | 0.49% | - |
| HSV(B) | 5.42º | 0.73% | 0.77% | - |
| XYZ | 25.28 | 15.76 | 4.96 | - |
| YUV | 102.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 52 | 0 | 0.67 | 0.73 | 0.23 | 5.42 | 0.58 | 0.49 |
| Hex | C4 | 41 | 34 | 0 | 43 | 49 | 17 | 5 | 3A | 31 |
| Octal | 304 | 101 | 64 | 0 | 103 | 111 | 27 | 5 | 72 | 61 |
| Binary | 11000100 | 1000001 | 110100 | 0 | 1000011 | 1001001 | 10111 | 101 | 111010 | 110001 |
Color Harmonies of #C44134
Complementary color
Monochromatic Colors of #C44134
Black with #C44134
Text Example
Text Example
White with #C44134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44134; }
p { color: rgb(196,65,52); }
H1.HeaderClassName
{
color: #C44134;
}
.AnyTagClassName
{
color: #C44134;
}
</style>
background-color css
<style>
a { background-color: #C44134; }
a { background-color: rgb(196,65,52); }
div.DivClassName
{
background-color: #C44134;
}
.BgClassName
{
background-color: #C44134;
}
</style>
border-color css
<style>
span { border-color: #C44134; }
span { border-color: rgb(196,65,52); }
td.TdClassName
{
border-color: #C44134;
}
.TagClassName
{
border-color: #C44134;
}
</style>