Shades of Grenadier #C14F3D
Tints of Grenadier #C14F3D
RGB
CMYK
RGB Variations
Color information
#C14F3D (or 0xC14F3D) is known color: Grenadier. HEX triplet: C1, 4F and 3D. RGB value is (193,79,61). Sum of RGB (Red+Green+Blue) = 193+79+61=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F3D is #3EB0C2. Grayscale: #6F6F6F. Windows color (decimal): -4108483 or 4018113. OLE color: 4018113.
HSL color Cylindrical-coordinate representation of color #C14F3D: hue angle of 8.18º 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 #C14F3D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 61 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.24 |
| HSL | 8.18º | 0.52% | 0.5% | - |
| HSV(B) | 8.18º | 0.68% | 0.76% | - |
| XYZ | 25.63 | 17.27 | 6.4 | - |
| YUV | 111.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 61 | 0 | 0.59 | 0.68 | 0.24 | 8.18 | 0.52 | 0.5 |
| Hex | C1 | 4F | 3D | 0 | 3B | 44 | 18 | 8 | 34 | 32 |
| Octal | 301 | 117 | 75 | 0 | 73 | 104 | 30 | 10 | 64 | 62 |
| Binary | 11000001 | 1001111 | 111101 | 0 | 111011 | 1000100 | 11000 | 1000 | 110100 | 110010 |
Color Harmonies of #C14F3D
Complementary color
Monochromatic Colors of #C14F3D
Black with #C14F3D
Text Example
Text Example
White with #C14F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F3D; }
p { color: rgb(193,79,61); }
H1.HeaderClassName
{
color: #C14F3D;
}
.AnyTagClassName
{
color: #C14F3D;
}
</style>
background-color css
<style>
a { background-color: #C14F3D; }
a { background-color: rgb(193,79,61); }
div.DivClassName
{
background-color: #C14F3D;
}
.BgClassName
{
background-color: #C14F3D;
}
</style>
border-color css
<style>
span { border-color: #C14F3D; }
span { border-color: rgb(193,79,61); }
td.TdClassName
{
border-color: #C14F3D;
}
.TagClassName
{
border-color: #C14F3D;
}
</style>