Shades of Grenadier #C2443D
Tints of Grenadier #C2443D
RGB
CMYK
RGB Variations
Color information
#C2443D (or 0xC2443D) is known color: Grenadier. HEX triplet: C2, 44 and 3D. RGB value is (194,68,61). Sum of RGB (Red+Green+Blue) = 194+68+61=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2443D is #3DBBC2. Grayscale: #696969. Windows color (decimal): -4045763 or 4015298. OLE color: 4015298.
HSL color Cylindrical-coordinate representation of color #C2443D: hue angle of 3.16º 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 #C2443D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 61 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.24 |
| HSL | 3.16º | 0.52% | 0.5% | - |
| HSV(B) | 3.16º | 0.69% | 0.76% | - |
| XYZ | 25.16 | 15.94 | 6.17 | - |
| YUV | 104.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 61 | 0 | 0.65 | 0.69 | 0.24 | 3.16 | 0.52 | 0.5 |
| Hex | C2 | 44 | 3D | 0 | 41 | 45 | 18 | 3 | 34 | 32 |
| Octal | 302 | 104 | 75 | 0 | 101 | 105 | 30 | 3 | 64 | 62 |
| Binary | 11000010 | 1000100 | 111101 | 0 | 1000001 | 1000101 | 11000 | 11 | 110100 | 110010 |
Color Harmonies of #C2443D
Complementary color
Monochromatic Colors of #C2443D
Black with #C2443D
Text Example
Text Example
White with #C2443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2443D; }
p { color: rgb(194,68,61); }
H1.HeaderClassName
{
color: #C2443D;
}
.AnyTagClassName
{
color: #C2443D;
}
</style>
background-color css
<style>
a { background-color: #C2443D; }
a { background-color: rgb(194,68,61); }
div.DivClassName
{
background-color: #C2443D;
}
.BgClassName
{
background-color: #C2443D;
}
</style>
border-color css
<style>
span { border-color: #C2443D; }
span { border-color: rgb(194,68,61); }
td.TdClassName
{
border-color: #C2443D;
}
.TagClassName
{
border-color: #C2443D;
}
</style>