Shades of Grenadier #C14033
Tints of Grenadier #C14033
RGB
CMYK
RGB Variations
Color information
#C14033 (or 0xC14033) is known color: Grenadier. HEX triplet: C1, 40 and 33. RGB value is (193,64,51). Sum of RGB (Red+Green+Blue) = 193+64+51=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C14033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14033 is #3EBFCC. Grayscale: #656565. Windows color (decimal): -4112333 or 3358913. OLE color: 3358913.
HSL color Cylindrical-coordinate representation of color #C14033: hue angle of 5.49º 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 #C14033 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 51 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.24 |
| HSL | 5.49º | 0.58% | 0.48% | - |
| HSV(B) | 5.49º | 0.74% | 0.76% | - |
| XYZ | 24.42 | 15.24 | 4.79 | - |
| YUV | 101.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 51 | 0 | 0.67 | 0.74 | 0.24 | 5.49 | 0.58 | 0.48 |
| Hex | C1 | 40 | 33 | 0 | 43 | 4A | 18 | 5 | 3A | 30 |
| Octal | 301 | 100 | 63 | 0 | 103 | 112 | 30 | 5 | 72 | 60 |
| Binary | 11000001 | 1000000 | 110011 | 0 | 1000011 | 1001010 | 11000 | 101 | 111010 | 110000 |
Color Harmonies of #C14033
Complementary color
Monochromatic Colors of #C14033
Black with #C14033
Text Example
Text Example
White with #C14033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14033; }
p { color: rgb(193,64,51); }
H1.HeaderClassName
{
color: #C14033;
}
.AnyTagClassName
{
color: #C14033;
}
</style>
background-color css
<style>
a { background-color: #C14033; }
a { background-color: rgb(193,64,51); }
div.DivClassName
{
background-color: #C14033;
}
.BgClassName
{
background-color: #C14033;
}
</style>
border-color css
<style>
span { border-color: #C14033; }
span { border-color: rgb(193,64,51); }
td.TdClassName
{
border-color: #C14033;
}
.TagClassName
{
border-color: #C14033;
}
</style>