Shades of Grenadier #C14135
Tints of Grenadier #C14135
RGB
CMYK
RGB Variations
Color information
#C14135 (or 0xC14135) is known color: Grenadier. HEX triplet: C1, 41 and 35. RGB value is (193,65,53). Sum of RGB (Red+Green+Blue) = 193+65+53=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C14135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14135 is #3EBECA. Grayscale: #666666. Windows color (decimal): -4112075 or 3490241. OLE color: 3490241.
HSL color Cylindrical-coordinate representation of color #C14135: hue angle of 5.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C14135 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 53 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.24 |
| HSL | 5.14º | 0.57% | 0.48% | - |
| HSV(B) | 5.14º | 0.73% | 0.76% | - |
| XYZ | 24.53 | 15.38 | 5.04 | - |
| YUV | 101.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 53 | 0 | 0.66 | 0.73 | 0.24 | 5.14 | 0.57 | 0.48 |
| Hex | C1 | 41 | 35 | 0 | 42 | 49 | 18 | 5 | 39 | 30 |
| Octal | 301 | 101 | 65 | 0 | 102 | 111 | 30 | 5 | 71 | 60 |
| Binary | 11000001 | 1000001 | 110101 | 0 | 1000010 | 1001001 | 11000 | 101 | 111001 | 110000 |
Color Harmonies of #C14135
Complementary color
Monochromatic Colors of #C14135
Black with #C14135
Text Example
Text Example
White with #C14135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14135; }
p { color: rgb(193,65,53); }
H1.HeaderClassName
{
color: #C14135;
}
.AnyTagClassName
{
color: #C14135;
}
</style>
background-color css
<style>
a { background-color: #C14135; }
a { background-color: rgb(193,65,53); }
div.DivClassName
{
background-color: #C14135;
}
.BgClassName
{
background-color: #C14135;
}
</style>
border-color css
<style>
span { border-color: #C14135; }
span { border-color: rgb(193,65,53); }
td.TdClassName
{
border-color: #C14135;
}
.TagClassName
{
border-color: #C14135;
}
</style>