Shades of Grenadier #C14831
Tints of Grenadier #C14831
RGB
CMYK
RGB Variations
Color information
#C14831 (or 0xC14831) is known color: Grenadier. HEX triplet: C1, 48 and 31. RGB value is (193,72,49). Sum of RGB (Red+Green+Blue) = 193+72+49=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14831 is #3EB7CE. Grayscale: #696969. Windows color (decimal): -4110287 or 3229889. OLE color: 3229889.
HSL color Cylindrical-coordinate representation of color #C14831: hue angle of 9.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C14831 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 49 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.24 |
| HSL | 9.58º | 0.6% | 0.47% | - |
| HSV(B) | 9.58º | 0.75% | 0.76% | - |
| XYZ | 24.86 | 16.19 | 4.72 | - |
| YUV | 105.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 49 | 0 | 0.63 | 0.75 | 0.24 | 9.58 | 0.6 | 0.47 |
| Hex | C1 | 48 | 31 | 0 | 3F | 4B | 18 | A | 3C | 2F |
| Octal | 301 | 110 | 61 | 0 | 77 | 113 | 30 | 12 | 74 | 57 |
| Binary | 11000001 | 1001000 | 110001 | 0 | 111111 | 1001011 | 11000 | 1010 | 111100 | 101111 |
Color Harmonies of #C14831
Complementary color
Monochromatic Colors of #C14831
Black with #C14831
Text Example
Text Example
White with #C14831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14831; }
p { color: rgb(193,72,49); }
H1.HeaderClassName
{
color: #C14831;
}
.AnyTagClassName
{
color: #C14831;
}
</style>
background-color css
<style>
a { background-color: #C14831; }
a { background-color: rgb(193,72,49); }
div.DivClassName
{
background-color: #C14831;
}
.BgClassName
{
background-color: #C14831;
}
</style>
border-color css
<style>
span { border-color: #C14831; }
span { border-color: rgb(193,72,49); }
td.TdClassName
{
border-color: #C14831;
}
.TagClassName
{
border-color: #C14831;
}
</style>