Shades of Grenadier #C1473E
Tints of Grenadier #C1473E
RGB
CMYK
RGB Variations
Color information
#C1473E (or 0xC1473E) is known color: Grenadier. HEX triplet: C1, 47 and 3E. RGB value is (193,71,62). Sum of RGB (Red+Green+Blue) = 193+71+62=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1473E is #3EB8C1. Grayscale: #6A6A6A. Windows color (decimal): -4110530 or 4081601. OLE color: 4081601.
HSL color Cylindrical-coordinate representation of color #C1473E: hue angle of 4.12º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1473E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 62 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.24 |
| HSL | 4.12º | 0.51% | 0.5% | - |
| HSV(B) | 4.12º | 0.68% | 0.76% | - |
| XYZ | 25.12 | 16.19 | 6.36 | - |
| YUV | 106.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 62 | 0 | 0.63 | 0.68 | 0.24 | 4.12 | 0.51 | 0.5 |
| Hex | C1 | 47 | 3E | 0 | 3F | 44 | 18 | 4 | 33 | 32 |
| Octal | 301 | 107 | 76 | 0 | 77 | 104 | 30 | 4 | 63 | 62 |
| Binary | 11000001 | 1000111 | 111110 | 0 | 111111 | 1000100 | 11000 | 100 | 110011 | 110010 |
Color Harmonies of #C1473E
Complementary color
Monochromatic Colors of #C1473E
Black with #C1473E
Text Example
Text Example
White with #C1473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1473E; }
p { color: rgb(193,71,62); }
H1.HeaderClassName
{
color: #C1473E;
}
.AnyTagClassName
{
color: #C1473E;
}
</style>
background-color css
<style>
a { background-color: #C1473E; }
a { background-color: rgb(193,71,62); }
div.DivClassName
{
background-color: #C1473E;
}
.BgClassName
{
background-color: #C1473E;
}
</style>
border-color css
<style>
span { border-color: #C1473E; }
span { border-color: rgb(193,71,62); }
td.TdClassName
{
border-color: #C1473E;
}
.TagClassName
{
border-color: #C1473E;
}
</style>