Shades of Grenadier #C54232
Tints of Grenadier #C54232
RGB
CMYK
RGB Variations
Color information
#C54232 (or 0xC54232) is known color: Grenadier. HEX triplet: C5, 42 and 32. RGB value is (197,66,50). Sum of RGB (Red+Green+Blue) = 197+66+50=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C54232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54232 is #3ABDCD. Grayscale: #676767. Windows color (decimal): -3849678 or 3293893. OLE color: 3293893.
HSL color Cylindrical-coordinate representation of color #C54232: hue angle of 6.53º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54232 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 50 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.23 |
| HSL | 6.53º | 0.6% | 0.48% | - |
| HSV(B) | 6.53º | 0.75% | 0.77% | - |
| XYZ | 25.55 | 16 | 4.76 | - |
| YUV | 103.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 50 | 0 | 0.66 | 0.75 | 0.23 | 6.53 | 0.6 | 0.48 |
| Hex | C5 | 42 | 32 | 0 | 42 | 4B | 17 | 7 | 3C | 30 |
| Octal | 305 | 102 | 62 | 0 | 102 | 113 | 27 | 7 | 74 | 60 |
| Binary | 11000101 | 1000010 | 110010 | 0 | 1000010 | 1001011 | 10111 | 111 | 111100 | 110000 |
Color Harmonies of #C54232
Complementary color
Monochromatic Colors of #C54232
Black with #C54232
Text Example
Text Example
White with #C54232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54232; }
p { color: rgb(197,66,50); }
H1.HeaderClassName
{
color: #C54232;
}
.AnyTagClassName
{
color: #C54232;
}
</style>
background-color css
<style>
a { background-color: #C54232; }
a { background-color: rgb(197,66,50); }
div.DivClassName
{
background-color: #C54232;
}
.BgClassName
{
background-color: #C54232;
}
</style>
border-color css
<style>
span { border-color: #C54232; }
span { border-color: rgb(197,66,50); }
td.TdClassName
{
border-color: #C54232;
}
.TagClassName
{
border-color: #C54232;
}
</style>