Shades of Grenadier #C44434
Tints of Grenadier #C44434
RGB
CMYK
RGB Variations
Color information
#C44434 (or 0xC44434) is known color: Grenadier. HEX triplet: C4, 44 and 34. RGB value is (196,68,52). Sum of RGB (Red+Green+Blue) = 196+68+52=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C44434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44434 is #3BBBCB. Grayscale: #686868. Windows color (decimal): -3914700 or 3425476. OLE color: 3425476.
HSL color Cylindrical-coordinate representation of color #C44434: hue angle of 6.67º 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 #C44434 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 52 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.23 |
| HSL | 6.67º | 0.58% | 0.49% | - |
| HSV(B) | 6.67º | 0.73% | 0.77% | - |
| XYZ | 25.45 | 16.12 | 5.02 | - |
| YUV | 104.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 52 | 0 | 0.65 | 0.73 | 0.23 | 6.67 | 0.58 | 0.49 |
| Hex | C4 | 44 | 34 | 0 | 41 | 49 | 17 | 7 | 3A | 31 |
| Octal | 304 | 104 | 64 | 0 | 101 | 111 | 27 | 7 | 72 | 61 |
| Binary | 11000100 | 1000100 | 110100 | 0 | 1000001 | 1001001 | 10111 | 111 | 111010 | 110001 |
Color Harmonies of #C44434
Complementary color
Monochromatic Colors of #C44434
Black with #C44434
Text Example
Text Example
White with #C44434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44434; }
p { color: rgb(196,68,52); }
H1.HeaderClassName
{
color: #C44434;
}
.AnyTagClassName
{
color: #C44434;
}
</style>
background-color css
<style>
a { background-color: #C44434; }
a { background-color: rgb(196,68,52); }
div.DivClassName
{
background-color: #C44434;
}
.BgClassName
{
background-color: #C44434;
}
</style>
border-color css
<style>
span { border-color: #C44434; }
span { border-color: rgb(196,68,52); }
td.TdClassName
{
border-color: #C44434;
}
.TagClassName
{
border-color: #C44434;
}
</style>