Shades of Grenadier #C5412E
Tints of Grenadier #C5412E
RGB
CMYK
RGB Variations
Color information
#C5412E (or 0xC5412E) is known color: Grenadier. HEX triplet: C5, 41 and 2E. RGB value is (197,65,46). Sum of RGB (Red+Green+Blue) = 197+65+46=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5412E is #3ABED1. Grayscale: #666666. Windows color (decimal): -3849938 or 3031493. OLE color: 3031493.
HSL color Cylindrical-coordinate representation of color #C5412E: hue angle of 7.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5412E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 46 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.23 |
| HSL | 7.55º | 0.62% | 0.48% | - |
| HSV(B) | 7.55º | 0.77% | 0.77% | - |
| XYZ | 25.41 | 15.85 | 4.3 | - |
| YUV | 102.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 46 | 0 | 0.67 | 0.77 | 0.23 | 7.55 | 0.62 | 0.48 |
| Hex | C5 | 41 | 2E | 0 | 43 | 4D | 17 | 8 | 3E | 30 |
| Octal | 305 | 101 | 56 | 0 | 103 | 115 | 27 | 10 | 76 | 60 |
| Binary | 11000101 | 1000001 | 101110 | 0 | 1000011 | 1001101 | 10111 | 1000 | 111110 | 110000 |
Color Harmonies of #C5412E
Complementary color
Monochromatic Colors of #C5412E
Black with #C5412E
Text Example
Text Example
White with #C5412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5412E; }
p { color: rgb(197,65,46); }
H1.HeaderClassName
{
color: #C5412E;
}
.AnyTagClassName
{
color: #C5412E;
}
</style>
background-color css
<style>
a { background-color: #C5412E; }
a { background-color: rgb(197,65,46); }
div.DivClassName
{
background-color: #C5412E;
}
.BgClassName
{
background-color: #C5412E;
}
</style>
border-color css
<style>
span { border-color: #C5412E; }
span { border-color: rgb(197,65,46); }
td.TdClassName
{
border-color: #C5412E;
}
.TagClassName
{
border-color: #C5412E;
}
</style>