Shades of Grenadier #C2402A
Tints of Grenadier #C2402A
RGB
CMYK
RGB Variations
Color information
#C2402A (or 0xC2402A) is known color: Grenadier. HEX triplet: C2, 40 and 2A. RGB value is (194,64,42). Sum of RGB (Red+Green+Blue) = 194+64+42=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2402A is #3DBFD5. Grayscale: #646464. Windows color (decimal): -4046806 or 2769090. OLE color: 2769090.
HSL color Cylindrical-coordinate representation of color #C2402A: hue angle of 8.68º 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 #C2402A is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 42 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.24 |
| HSL | 8.68º | 0.64% | 0.46% | - |
| HSV(B) | 8.68º | 0.78% | 0.76% | - |
| XYZ | 24.5 | 15.3 | 3.85 | - |
| YUV | 100.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 42 | 0 | 0.67 | 0.78 | 0.24 | 8.68 | 0.64 | 0.46 |
| Hex | C2 | 40 | 2A | 0 | 43 | 4E | 18 | 9 | 40 | 2E |
| Octal | 302 | 100 | 52 | 0 | 103 | 116 | 30 | 11 | 100 | 56 |
| Binary | 11000010 | 1000000 | 101010 | 0 | 1000011 | 1001110 | 11000 | 1001 | 1000000 | 101110 |
Color Harmonies of #C2402A
Complementary color
Monochromatic Colors of #C2402A
Black with #C2402A
Text Example
Text Example
White with #C2402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2402A; }
p { color: rgb(194,64,42); }
H1.HeaderClassName
{
color: #C2402A;
}
.AnyTagClassName
{
color: #C2402A;
}
</style>
background-color css
<style>
a { background-color: #C2402A; }
a { background-color: rgb(194,64,42); }
div.DivClassName
{
background-color: #C2402A;
}
.BgClassName
{
background-color: #C2402A;
}
</style>
border-color css
<style>
span { border-color: #C2402A; }
span { border-color: rgb(194,64,42); }
td.TdClassName
{
border-color: #C2402A;
}
.TagClassName
{
border-color: #C2402A;
}
</style>