Shades of Grenadier #C2422D
Tints of Grenadier #C2422D
RGB
CMYK
RGB Variations
Color information
#C2422D (or 0xC2422D) is known color: Grenadier. HEX triplet: C2, 42 and 2D. RGB value is (194,66,45). Sum of RGB (Red+Green+Blue) = 194+66+45=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2422D is #3DBDD2. Grayscale: #666666. Windows color (decimal): -4046291 or 2966210. OLE color: 2966210.
HSL color Cylindrical-coordinate representation of color #C2422D: hue angle of 8.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2422D is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 45 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.24 |
| HSL | 8.46º | 0.62% | 0.47% | - |
| HSV(B) | 8.46º | 0.77% | 0.76% | - |
| XYZ | 24.67 | 15.56 | 4.18 | - |
| YUV | 101.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 45 | 0 | 0.66 | 0.77 | 0.24 | 8.46 | 0.62 | 0.47 |
| Hex | C2 | 42 | 2D | 0 | 42 | 4D | 18 | 8 | 3E | 2F |
| Octal | 302 | 102 | 55 | 0 | 102 | 115 | 30 | 10 | 76 | 57 |
| Binary | 11000010 | 1000010 | 101101 | 0 | 1000010 | 1001101 | 11000 | 1000 | 111110 | 101111 |
Color Harmonies of #C2422D
Complementary color
Monochromatic Colors of #C2422D
Black with #C2422D
Text Example
Text Example
White with #C2422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2422D; }
p { color: rgb(194,66,45); }
H1.HeaderClassName
{
color: #C2422D;
}
.AnyTagClassName
{
color: #C2422D;
}
</style>
background-color css
<style>
a { background-color: #C2422D; }
a { background-color: rgb(194,66,45); }
div.DivClassName
{
background-color: #C2422D;
}
.BgClassName
{
background-color: #C2422D;
}
</style>
border-color css
<style>
span { border-color: #C2422D; }
span { border-color: rgb(194,66,45); }
td.TdClassName
{
border-color: #C2422D;
}
.TagClassName
{
border-color: #C2422D;
}
</style>