Shades of Grenadier #C5413D
Tints of Grenadier #C5413D
RGB
CMYK
RGB Variations
Color information
#C5413D (or 0xC5413D) is known color: Grenadier. HEX triplet: C5, 41 and 3D. RGB value is (197,65,61). Sum of RGB (Red+Green+Blue) = 197+65+61=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5413D is #3ABEC2. Grayscale: #686868. Windows color (decimal): -3849923 or 4014533. OLE color: 4014533.
HSL color Cylindrical-coordinate representation of color #C5413D: hue angle of 1.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5413D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 61 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.23 |
| HSL | 1.76º | 0.54% | 0.51% | - |
| HSV(B) | 1.76º | 0.69% | 0.77% | - |
| XYZ | 25.76 | 15.99 | 6.14 | - |
| YUV | 104.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 61 | 0 | 0.67 | 0.69 | 0.23 | 1.76 | 0.54 | 0.51 |
| Hex | C5 | 41 | 3D | 0 | 43 | 45 | 17 | 2 | 36 | 33 |
| Octal | 305 | 101 | 75 | 0 | 103 | 105 | 27 | 2 | 66 | 63 |
| Binary | 11000101 | 1000001 | 111101 | 0 | 1000011 | 1000101 | 10111 | 10 | 110110 | 110011 |
Color Harmonies of #C5413D
Complementary color
Monochromatic Colors of #C5413D
Black with #C5413D
Text Example
Text Example
White with #C5413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5413D; }
p { color: rgb(197,65,61); }
H1.HeaderClassName
{
color: #C5413D;
}
.AnyTagClassName
{
color: #C5413D;
}
</style>
background-color css
<style>
a { background-color: #C5413D; }
a { background-color: rgb(197,65,61); }
div.DivClassName
{
background-color: #C5413D;
}
.BgClassName
{
background-color: #C5413D;
}
</style>
border-color css
<style>
span { border-color: #C5413D; }
span { border-color: rgb(197,65,61); }
td.TdClassName
{
border-color: #C5413D;
}
.TagClassName
{
border-color: #C5413D;
}
</style>