Shades of Grenadier #C2423D
Tints of Grenadier #C2423D
RGB
CMYK
RGB Variations
Color information
#C2423D (or 0xC2423D) is known color: Grenadier. HEX triplet: C2, 42 and 3D. RGB value is (194,66,61). Sum of RGB (Red+Green+Blue) = 194+66+61=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2423D is #3DBDC2. Grayscale: #676767. Windows color (decimal): -4046275 or 4014786. OLE color: 4014786.
HSL color Cylindrical-coordinate representation of color #C2423D: hue angle of 2.26º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2423D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 61 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.24 |
| HSL | 2.26º | 0.52% | 0.5% | - |
| HSV(B) | 2.26º | 0.69% | 0.76% | - |
| XYZ | 25.04 | 15.7 | 6.13 | - |
| YUV | 103.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 61 | 0 | 0.66 | 0.69 | 0.24 | 2.26 | 0.52 | 0.5 |
| Hex | C2 | 42 | 3D | 0 | 42 | 45 | 18 | 2 | 34 | 32 |
| Octal | 302 | 102 | 75 | 0 | 102 | 105 | 30 | 2 | 64 | 62 |
| Binary | 11000010 | 1000010 | 111101 | 0 | 1000010 | 1000101 | 11000 | 10 | 110100 | 110010 |
Color Harmonies of #C2423D
Complementary color
Monochromatic Colors of #C2423D
Black with #C2423D
Text Example
Text Example
White with #C2423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2423D; }
p { color: rgb(194,66,61); }
H1.HeaderClassName
{
color: #C2423D;
}
.AnyTagClassName
{
color: #C2423D;
}
</style>
background-color css
<style>
a { background-color: #C2423D; }
a { background-color: rgb(194,66,61); }
div.DivClassName
{
background-color: #C2423D;
}
.BgClassName
{
background-color: #C2423D;
}
</style>
border-color css
<style>
span { border-color: #C2423D; }
span { border-color: rgb(194,66,61); }
td.TdClassName
{
border-color: #C2423D;
}
.TagClassName
{
border-color: #C2423D;
}
</style>