Shades of Grenadier #C2443C
Tints of Grenadier #C2443C
RGB
CMYK
RGB Variations
Color information
#C2443C (or 0xC2443C) is known color: Grenadier. HEX triplet: C2, 44 and 3C. RGB value is (194,68,60). Sum of RGB (Red+Green+Blue) = 194+68+60=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2443C is #3DBBC3. Grayscale: #686868. Windows color (decimal): -4045764 or 3949762. OLE color: 3949762.
HSL color Cylindrical-coordinate representation of color #C2443C: hue angle of 3.58º degrees, saturation: 0.53, 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 #C2443C is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 60 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.24 |
| HSL | 3.58º | 0.53% | 0.5% | - |
| HSV(B) | 3.58º | 0.69% | 0.76% | - |
| XYZ | 25.13 | 15.93 | 6.03 | - |
| YUV | 104.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 60 | 0 | 0.65 | 0.69 | 0.24 | 3.58 | 0.53 | 0.5 |
| Hex | C2 | 44 | 3C | 0 | 41 | 45 | 18 | 4 | 35 | 32 |
| Octal | 302 | 104 | 74 | 0 | 101 | 105 | 30 | 4 | 65 | 62 |
| Binary | 11000010 | 1000100 | 111100 | 0 | 1000001 | 1000101 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C2443C
Complementary color
Monochromatic Colors of #C2443C
Black with #C2443C
Text Example
Text Example
White with #C2443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2443C; }
p { color: rgb(194,68,60); }
H1.HeaderClassName
{
color: #C2443C;
}
.AnyTagClassName
{
color: #C2443C;
}
</style>
background-color css
<style>
a { background-color: #C2443C; }
a { background-color: rgb(194,68,60); }
div.DivClassName
{
background-color: #C2443C;
}
.BgClassName
{
background-color: #C2443C;
}
</style>
border-color css
<style>
span { border-color: #C2443C; }
span { border-color: rgb(194,68,60); }
td.TdClassName
{
border-color: #C2443C;
}
.TagClassName
{
border-color: #C2443C;
}
</style>