Shades of Grenadier #C14533
Tints of Grenadier #C14533
RGB
CMYK
RGB Variations
Color information
#C14533 (or 0xC14533) is known color: Grenadier. HEX triplet: C1, 45 and 33. RGB value is (193,69,51). Sum of RGB (Red+Green+Blue) = 193+69+51=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C14533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14533 is #3EBACC. Grayscale: #686868. Windows color (decimal): -4111053 or 3360193. OLE color: 3360193.
HSL color Cylindrical-coordinate representation of color #C14533: hue angle of 7.61º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14533 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 51 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.24 |
| HSL | 7.61º | 0.58% | 0.48% | - |
| HSV(B) | 7.61º | 0.74% | 0.76% | - |
| XYZ | 24.72 | 15.83 | 4.89 | - |
| YUV | 104.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 51 | 0 | 0.64 | 0.74 | 0.24 | 7.61 | 0.58 | 0.48 |
| Hex | C1 | 45 | 33 | 0 | 40 | 4A | 18 | 8 | 3A | 30 |
| Octal | 301 | 105 | 63 | 0 | 100 | 112 | 30 | 10 | 72 | 60 |
| Binary | 11000001 | 1000101 | 110011 | 0 | 1000000 | 1001010 | 11000 | 1000 | 111010 | 110000 |
Color Harmonies of #C14533
Complementary color
Monochromatic Colors of #C14533
Black with #C14533
Text Example
Text Example
White with #C14533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14533; }
p { color: rgb(193,69,51); }
H1.HeaderClassName
{
color: #C14533;
}
.AnyTagClassName
{
color: #C14533;
}
</style>
background-color css
<style>
a { background-color: #C14533; }
a { background-color: rgb(193,69,51); }
div.DivClassName
{
background-color: #C14533;
}
.BgClassName
{
background-color: #C14533;
}
</style>
border-color css
<style>
span { border-color: #C14533; }
span { border-color: rgb(193,69,51); }
td.TdClassName
{
border-color: #C14533;
}
.TagClassName
{
border-color: #C14533;
}
</style>