Shades of Grenadier #C5402D
Tints of Grenadier #C5402D
RGB
CMYK
RGB Variations
Color information
#C5402D (or 0xC5402D) is known color: Grenadier. HEX triplet: C5, 40 and 2D. RGB value is (197,64,45). Sum of RGB (Red+Green+Blue) = 197+64+45=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5402D is #3ABFD2. Grayscale: #656565. Windows color (decimal): -3850195 or 2965701. OLE color: 2965701.
HSL color Cylindrical-coordinate representation of color #C5402D: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5402D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 45 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.23 |
| HSL | 7.5º | 0.63% | 0.47% | - |
| HSV(B) | 7.5º | 0.77% | 0.77% | - |
| XYZ | 25.33 | 15.73 | 4.18 | - |
| YUV | 101.6 | 96.06 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 45 | 0 | 0.68 | 0.77 | 0.23 | 7.5 | 0.63 | 0.47 |
| Hex | C5 | 40 | 2D | 0 | 44 | 4D | 17 | 8 | 3F | 2F |
| Octal | 305 | 100 | 55 | 0 | 104 | 115 | 27 | 10 | 77 | 57 |
| Binary | 11000101 | 1000000 | 101101 | 0 | 1000100 | 1001101 | 10111 | 1000 | 111111 | 101111 |
Color Harmonies of #C5402D
Complementary color
Monochromatic Colors of #C5402D
Black with #C5402D
Text Example
Text Example
White with #C5402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5402D; }
p { color: rgb(197,64,45); }
H1.HeaderClassName
{
color: #C5402D;
}
.AnyTagClassName
{
color: #C5402D;
}
</style>
background-color css
<style>
a { background-color: #C5402D; }
a { background-color: rgb(197,64,45); }
div.DivClassName
{
background-color: #C5402D;
}
.BgClassName
{
background-color: #C5402D;
}
</style>
border-color css
<style>
span { border-color: #C5402D; }
span { border-color: rgb(197,64,45); }
td.TdClassName
{
border-color: #C5402D;
}
.TagClassName
{
border-color: #C5402D;
}
</style>