Shades of Grenadier #C2503A
Tints of Grenadier #C2503A
RGB
CMYK
RGB Variations
Color information
#C2503A (or 0xC2503A) is known color: Grenadier. HEX triplet: C2, 50 and 3A. RGB value is (194,80,58). Sum of RGB (Red+Green+Blue) = 194+80+58=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C2503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2503A is #3DAFC5. Grayscale: #6F6F6F. Windows color (decimal): -4042694 or 3821762. OLE color: 3821762.
HSL color Cylindrical-coordinate representation of color #C2503A: hue angle of 9.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2503A is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 58 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.24 |
| HSL | 9.71º | 0.54% | 0.49% | - |
| HSV(B) | 9.71º | 0.7% | 0.76% | - |
| XYZ | 25.88 | 17.51 | 6.02 | - |
| YUV | 111.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 58 | 0 | 0.59 | 0.70 | 0.24 | 9.71 | 0.54 | 0.49 |
| Hex | C2 | 50 | 3A | 0 | 3B | 46 | 18 | A | 36 | 31 |
| Octal | 302 | 120 | 72 | 0 | 73 | 106 | 30 | 12 | 66 | 61 |
| Binary | 11000010 | 1010000 | 111010 | 0 | 111011 | 1000110 | 11000 | 1010 | 110110 | 110001 |
Color Harmonies of #C2503A
Complementary color
Monochromatic Colors of #C2503A
Black with #C2503A
Text Example
Text Example
White with #C2503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2503A; }
p { color: rgb(194,80,58); }
H1.HeaderClassName
{
color: #C2503A;
}
.AnyTagClassName
{
color: #C2503A;
}
</style>
background-color css
<style>
a { background-color: #C2503A; }
a { background-color: rgb(194,80,58); }
div.DivClassName
{
background-color: #C2503A;
}
.BgClassName
{
background-color: #C2503A;
}
</style>
border-color css
<style>
span { border-color: #C2503A; }
span { border-color: rgb(194,80,58); }
td.TdClassName
{
border-color: #C2503A;
}
.TagClassName
{
border-color: #C2503A;
}
</style>