Shades of Grenadier #C1402A
Tints of Grenadier #C1402A
RGB
CMYK
RGB Variations
Color information
#C1402A (or 0xC1402A) is known color: Grenadier. HEX triplet: C1, 40 and 2A. RGB value is (193,64,42). Sum of RGB (Red+Green+Blue) = 193+64+42=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C1402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1402A is #3EBFD5. Grayscale: #646464. Windows color (decimal): -4112342 or 2769089. OLE color: 2769089.
HSL color Cylindrical-coordinate representation of color #C1402A: hue angle of 8.74º 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 #C1402A is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 42 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.24 |
| HSL | 8.74º | 0.64% | 0.46% | - |
| HSV(B) | 8.74º | 0.78% | 0.76% | - |
| XYZ | 24.24 | 15.17 | 3.84 | - |
| YUV | 100.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 42 | 0 | 0.67 | 0.78 | 0.24 | 8.74 | 0.64 | 0.46 |
| Hex | C1 | 40 | 2A | 0 | 43 | 4E | 18 | 9 | 40 | 2E |
| Octal | 301 | 100 | 52 | 0 | 103 | 116 | 30 | 11 | 100 | 56 |
| Binary | 11000001 | 1000000 | 101010 | 0 | 1000011 | 1001110 | 11000 | 1001 | 1000000 | 101110 |
Color Harmonies of #C1402A
Complementary color
Monochromatic Colors of #C1402A
Black with #C1402A
Text Example
Text Example
White with #C1402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1402A; }
p { color: rgb(193,64,42); }
H1.HeaderClassName
{
color: #C1402A;
}
.AnyTagClassName
{
color: #C1402A;
}
</style>
background-color css
<style>
a { background-color: #C1402A; }
a { background-color: rgb(193,64,42); }
div.DivClassName
{
background-color: #C1402A;
}
.BgClassName
{
background-color: #C1402A;
}
</style>
border-color css
<style>
span { border-color: #C1402A; }
span { border-color: rgb(193,64,42); }
td.TdClassName
{
border-color: #C1402A;
}
.TagClassName
{
border-color: #C1402A;
}
</style>