Shades of Grenadier #C5413A
Tints of Grenadier #C5413A
RGB
CMYK
RGB Variations
Color information
#C5413A (or 0xC5413A) is known color: Grenadier. HEX triplet: C5, 41 and 3A. RGB value is (197,65,58). Sum of RGB (Red+Green+Blue) = 197+65+58=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5413A is #3ABEC5. Grayscale: #676767. Windows color (decimal): -3849926 or 3817925. OLE color: 3817925.
HSL color Cylindrical-coordinate representation of color #C5413A: hue angle of 3.02º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5413A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 58 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.23 |
| HSL | 3.02º | 0.55% | 0.5% | - |
| HSV(B) | 3.02º | 0.71% | 0.77% | - |
| XYZ | 25.68 | 15.96 | 5.73 | - |
| YUV | 103.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 58 | 0 | 0.67 | 0.71 | 0.23 | 3.02 | 0.55 | 0.5 |
| Hex | C5 | 41 | 3A | 0 | 43 | 47 | 17 | 3 | 37 | 32 |
| Octal | 305 | 101 | 72 | 0 | 103 | 107 | 27 | 3 | 67 | 62 |
| Binary | 11000101 | 1000001 | 111010 | 0 | 1000011 | 1000111 | 10111 | 11 | 110111 | 110010 |
Color Harmonies of #C5413A
Complementary color
Monochromatic Colors of #C5413A
Black with #C5413A
Text Example
Text Example
White with #C5413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5413A; }
p { color: rgb(197,65,58); }
H1.HeaderClassName
{
color: #C5413A;
}
.AnyTagClassName
{
color: #C5413A;
}
</style>
background-color css
<style>
a { background-color: #C5413A; }
a { background-color: rgb(197,65,58); }
div.DivClassName
{
background-color: #C5413A;
}
.BgClassName
{
background-color: #C5413A;
}
</style>
border-color css
<style>
span { border-color: #C5413A; }
span { border-color: rgb(197,65,58); }
td.TdClassName
{
border-color: #C5413A;
}
.TagClassName
{
border-color: #C5413A;
}
</style>