Shades of Grenadier #C1473C
Tints of Grenadier #C1473C
RGB
CMYK
RGB Variations
Color information
#C1473C (or 0xC1473C) is known color: Grenadier. HEX triplet: C1, 47 and 3C. RGB value is (193,71,60). Sum of RGB (Red+Green+Blue) = 193+71+60=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1473C is #3EB8C3. Grayscale: #6A6A6A. Windows color (decimal): -4110532 or 3950529. OLE color: 3950529.
HSL color Cylindrical-coordinate representation of color #C1473C: hue angle of 4.96º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1473C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 60 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.24 |
| HSL | 4.96º | 0.53% | 0.5% | - |
| HSV(B) | 4.96º | 0.69% | 0.76% | - |
| XYZ | 25.06 | 16.17 | 6.08 | - |
| YUV | 106.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 60 | 0 | 0.63 | 0.69 | 0.24 | 4.96 | 0.53 | 0.5 |
| Hex | C1 | 47 | 3C | 0 | 3F | 45 | 18 | 5 | 35 | 32 |
| Octal | 301 | 107 | 74 | 0 | 77 | 105 | 30 | 5 | 65 | 62 |
| Binary | 11000001 | 1000111 | 111100 | 0 | 111111 | 1000101 | 11000 | 101 | 110101 | 110010 |
Color Harmonies of #C1473C
Complementary color
Monochromatic Colors of #C1473C
Black with #C1473C
Text Example
Text Example
White with #C1473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1473C; }
p { color: rgb(193,71,60); }
H1.HeaderClassName
{
color: #C1473C;
}
.AnyTagClassName
{
color: #C1473C;
}
</style>
background-color css
<style>
a { background-color: #C1473C; }
a { background-color: rgb(193,71,60); }
div.DivClassName
{
background-color: #C1473C;
}
.BgClassName
{
background-color: #C1473C;
}
</style>
border-color css
<style>
span { border-color: #C1473C; }
span { border-color: rgb(193,71,60); }
td.TdClassName
{
border-color: #C1473C;
}
.TagClassName
{
border-color: #C1473C;
}
</style>