Shades of Grenadier #C1422A
Tints of Grenadier #C1422A
RGB
CMYK
RGB Variations
Color information
#C1422A (or 0xC1422A) is known color: Grenadier. HEX triplet: C1, 42 and 2A. RGB value is (193,66,42). Sum of RGB (Red+Green+Blue) = 193+66+42=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1422A is #3EBDD5. Grayscale: #656565. Windows color (decimal): -4111830 or 2769601. OLE color: 2769601.
HSL color Cylindrical-coordinate representation of color #C1422A: hue angle of 9.54º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1422A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 42 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.24 |
| HSL | 9.54º | 0.64% | 0.46% | - |
| HSV(B) | 9.54º | 0.78% | 0.76% | - |
| XYZ | 24.36 | 15.4 | 3.88 | - |
| YUV | 101.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 42 | 0 | 0.66 | 0.78 | 0.24 | 9.54 | 0.64 | 0.46 |
| Hex | C1 | 42 | 2A | 0 | 42 | 4E | 18 | A | 40 | 2E |
| Octal | 301 | 102 | 52 | 0 | 102 | 116 | 30 | 12 | 100 | 56 |
| Binary | 11000001 | 1000010 | 101010 | 0 | 1000010 | 1001110 | 11000 | 1010 | 1000000 | 101110 |
Color Harmonies of #C1422A
Complementary color
Monochromatic Colors of #C1422A
Black with #C1422A
Text Example
Text Example
White with #C1422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1422A; }
p { color: rgb(193,66,42); }
H1.HeaderClassName
{
color: #C1422A;
}
.AnyTagClassName
{
color: #C1422A;
}
</style>
background-color css
<style>
a { background-color: #C1422A; }
a { background-color: rgb(193,66,42); }
div.DivClassName
{
background-color: #C1422A;
}
.BgClassName
{
background-color: #C1422A;
}
</style>
border-color css
<style>
span { border-color: #C1422A; }
span { border-color: rgb(193,66,42); }
td.TdClassName
{
border-color: #C1422A;
}
.TagClassName
{
border-color: #C1422A;
}
</style>