Shades of Grenadier #C2422F
Tints of Grenadier #C2422F
RGB
CMYK
RGB Variations
Color information
#C2422F (or 0xC2422F) is known color: Grenadier. HEX triplet: C2, 42 and 2F. RGB value is (194,66,47). Sum of RGB (Red+Green+Blue) = 194+66+47=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2422F is #3DBDD0. Grayscale: #666666. Windows color (decimal): -4046289 or 3097282. OLE color: 3097282.
HSL color Cylindrical-coordinate representation of color #C2422F: hue angle of 7.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2422F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 47 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.24 |
| HSL | 7.76º | 0.61% | 0.47% | - |
| HSV(B) | 7.76º | 0.76% | 0.76% | - |
| XYZ | 24.71 | 15.57 | 4.39 | - |
| YUV | 102.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 47 | 0 | 0.66 | 0.76 | 0.24 | 7.76 | 0.61 | 0.47 |
| Hex | C2 | 42 | 2F | 0 | 42 | 4C | 18 | 8 | 3D | 2F |
| Octal | 302 | 102 | 57 | 0 | 102 | 114 | 30 | 10 | 75 | 57 |
| Binary | 11000010 | 1000010 | 101111 | 0 | 1000010 | 1001100 | 11000 | 1000 | 111101 | 101111 |
Color Harmonies of #C2422F
Complementary color
Monochromatic Colors of #C2422F
Black with #C2422F
Text Example
Text Example
White with #C2422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2422F; }
p { color: rgb(194,66,47); }
H1.HeaderClassName
{
color: #C2422F;
}
.AnyTagClassName
{
color: #C2422F;
}
</style>
background-color css
<style>
a { background-color: #C2422F; }
a { background-color: rgb(194,66,47); }
div.DivClassName
{
background-color: #C2422F;
}
.BgClassName
{
background-color: #C2422F;
}
</style>
border-color css
<style>
span { border-color: #C2422F; }
span { border-color: rgb(194,66,47); }
td.TdClassName
{
border-color: #C2422F;
}
.TagClassName
{
border-color: #C2422F;
}
</style>