Shades of Grenadier #C14037
Tints of Grenadier #C14037
RGB
CMYK
RGB Variations
Color information
#C14037 (or 0xC14037) is known color: Grenadier. HEX triplet: C1, 40 and 37. RGB value is (193,64,55). Sum of RGB (Red+Green+Blue) = 193+64+55=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C14037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14037 is #3EBFC8. Grayscale: #656565. Windows color (decimal): -4112329 or 3621057. OLE color: 3621057.
HSL color Cylindrical-coordinate representation of color #C14037: hue angle of 3.91º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C14037 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 55 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.24 |
| HSL | 3.91º | 0.56% | 0.49% | - |
| HSV(B) | 3.91º | 0.72% | 0.76% | - |
| XYZ | 24.52 | 15.28 | 5.27 | - |
| YUV | 101.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 55 | 0 | 0.67 | 0.72 | 0.24 | 3.91 | 0.56 | 0.49 |
| Hex | C1 | 40 | 37 | 0 | 43 | 48 | 18 | 4 | 38 | 31 |
| Octal | 301 | 100 | 67 | 0 | 103 | 110 | 30 | 4 | 70 | 61 |
| Binary | 11000001 | 1000000 | 110111 | 0 | 1000011 | 1001000 | 11000 | 100 | 111000 | 110001 |
Color Harmonies of #C14037
Complementary color
Monochromatic Colors of #C14037
Black with #C14037
Text Example
Text Example
White with #C14037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14037; }
p { color: rgb(193,64,55); }
H1.HeaderClassName
{
color: #C14037;
}
.AnyTagClassName
{
color: #C14037;
}
</style>
background-color css
<style>
a { background-color: #C14037; }
a { background-color: rgb(193,64,55); }
div.DivClassName
{
background-color: #C14037;
}
.BgClassName
{
background-color: #C14037;
}
</style>
border-color css
<style>
span { border-color: #C14037; }
span { border-color: rgb(193,64,55); }
td.TdClassName
{
border-color: #C14037;
}
.TagClassName
{
border-color: #C14037;
}
</style>