Shades of Grenadier #C5423F
Tints of Grenadier #C5423F
RGB
CMYK
RGB Variations
Color information
#C5423F (or 0xC5423F) is known color: Grenadier. HEX triplet: C5, 42 and 3F. RGB value is (197,66,63). Sum of RGB (Red+Green+Blue) = 197+66+63=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5423F is #3ABDC0. Grayscale: #686868. Windows color (decimal): -3849665 or 4145861. OLE color: 4145861.
HSL color Cylindrical-coordinate representation of color #C5423F: hue angle of 1.34º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5423F is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 63 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.23 |
| HSL | 1.34º | 0.54% | 0.51% | - |
| HSV(B) | 1.34º | 0.68% | 0.77% | - |
| XYZ | 25.87 | 16.13 | 6.45 | - |
| YUV | 104.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 63 | 0 | 0.66 | 0.68 | 0.23 | 1.34 | 0.54 | 0.51 |
| Hex | C5 | 42 | 3F | 0 | 42 | 44 | 17 | 1 | 36 | 33 |
| Octal | 305 | 102 | 77 | 0 | 102 | 104 | 27 | 1 | 66 | 63 |
| Binary | 11000101 | 1000010 | 111111 | 0 | 1000010 | 1000100 | 10111 | 1 | 110110 | 110011 |
Color Harmonies of #C5423F
Complementary color
Monochromatic Colors of #C5423F
Black with #C5423F
Text Example
Text Example
White with #C5423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5423F; }
p { color: rgb(197,66,63); }
H1.HeaderClassName
{
color: #C5423F;
}
.AnyTagClassName
{
color: #C5423F;
}
</style>
background-color css
<style>
a { background-color: #C5423F; }
a { background-color: rgb(197,66,63); }
div.DivClassName
{
background-color: #C5423F;
}
.BgClassName
{
background-color: #C5423F;
}
</style>
border-color css
<style>
span { border-color: #C5423F; }
span { border-color: rgb(197,66,63); }
td.TdClassName
{
border-color: #C5423F;
}
.TagClassName
{
border-color: #C5423F;
}
</style>