Shades of Grenadier #C5423D
Tints of Grenadier #C5423D
RGB
CMYK
RGB Variations
Color information
#C5423D (or 0xC5423D) is known color: Grenadier. HEX triplet: C5, 42 and 3D. RGB value is (197,66,61). Sum of RGB (Red+Green+Blue) = 197+66+61=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5423D is #3ABDC2. Grayscale: #686868. Windows color (decimal): -3849667 or 4014789. OLE color: 4014789.
HSL color Cylindrical-coordinate representation of color #C5423D: hue angle of 2.21º 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 #C5423D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 61 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.23 |
| HSL | 2.21º | 0.54% | 0.51% | - |
| HSV(B) | 2.21º | 0.69% | 0.77% | - |
| XYZ | 25.82 | 16.1 | 6.16 | - |
| YUV | 104.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 61 | 0 | 0.66 | 0.69 | 0.23 | 2.21 | 0.54 | 0.51 |
| Hex | C5 | 42 | 3D | 0 | 42 | 45 | 17 | 2 | 36 | 33 |
| Octal | 305 | 102 | 75 | 0 | 102 | 105 | 27 | 2 | 66 | 63 |
| Binary | 11000101 | 1000010 | 111101 | 0 | 1000010 | 1000101 | 10111 | 10 | 110110 | 110011 |
Color Harmonies of #C5423D
Complementary color
Monochromatic Colors of #C5423D
Black with #C5423D
Text Example
Text Example
White with #C5423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5423D; }
p { color: rgb(197,66,61); }
H1.HeaderClassName
{
color: #C5423D;
}
.AnyTagClassName
{
color: #C5423D;
}
</style>
background-color css
<style>
a { background-color: #C5423D; }
a { background-color: rgb(197,66,61); }
div.DivClassName
{
background-color: #C5423D;
}
.BgClassName
{
background-color: #C5423D;
}
</style>
border-color css
<style>
span { border-color: #C5423D; }
span { border-color: rgb(197,66,61); }
td.TdClassName
{
border-color: #C5423D;
}
.TagClassName
{
border-color: #C5423D;
}
</style>