Shades of Grenadier #C1473D
Tints of Grenadier #C1473D
RGB
CMYK
RGB Variations
Color information
#C1473D (or 0xC1473D) is known color: Grenadier. HEX triplet: C1, 47 and 3D. RGB value is (193,71,61). Sum of RGB (Red+Green+Blue) = 193+71+61=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1473D is #3EB8C2. Grayscale: #6A6A6A. Windows color (decimal): -4110531 or 4016065. OLE color: 4016065.
HSL color Cylindrical-coordinate representation of color #C1473D: hue angle of 4.55º degrees, saturation: 0.52, 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 #C1473D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 61 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.24 |
| HSL | 4.55º | 0.52% | 0.5% | - |
| HSV(B) | 4.55º | 0.68% | 0.76% | - |
| XYZ | 25.09 | 16.18 | 6.22 | - |
| YUV | 106.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 61 | 0 | 0.63 | 0.68 | 0.24 | 4.55 | 0.52 | 0.5 |
| Hex | C1 | 47 | 3D | 0 | 3F | 44 | 18 | 5 | 34 | 32 |
| Octal | 301 | 107 | 75 | 0 | 77 | 104 | 30 | 5 | 64 | 62 |
| Binary | 11000001 | 1000111 | 111101 | 0 | 111111 | 1000100 | 11000 | 101 | 110100 | 110010 |
Color Harmonies of #C1473D
Complementary color
Monochromatic Colors of #C1473D
Black with #C1473D
Text Example
Text Example
White with #C1473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1473D; }
p { color: rgb(193,71,61); }
H1.HeaderClassName
{
color: #C1473D;
}
.AnyTagClassName
{
color: #C1473D;
}
</style>
background-color css
<style>
a { background-color: #C1473D; }
a { background-color: rgb(193,71,61); }
div.DivClassName
{
background-color: #C1473D;
}
.BgClassName
{
background-color: #C1473D;
}
</style>
border-color css
<style>
span { border-color: #C1473D; }
span { border-color: rgb(193,71,61); }
td.TdClassName
{
border-color: #C1473D;
}
.TagClassName
{
border-color: #C1473D;
}
</style>