Shades of Grenadier #C03E34
Tints of Grenadier #C03E34
RGB
CMYK
RGB Variations
Color information
#C03E34 (or 0xC03E34) is known color: Grenadier. HEX triplet: C0, 3E and 34. RGB value is (192,62,52). Sum of RGB (Red+Green+Blue) = 192+62+52=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E34 is #3FC1CB. Grayscale: #636363. Windows color (decimal): -4178380 or 3423936. OLE color: 3423936.
HSL color Cylindrical-coordinate representation of color #C03E34: hue angle of 4.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03E34 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 52 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.25 |
| HSL | 4.29º | 0.57% | 0.48% | - |
| HSV(B) | 4.29º | 0.73% | 0.75% | - |
| XYZ | 24.08 | 14.9 | 4.86 | - |
| YUV | 99.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 52 | 0 | 0.68 | 0.73 | 0.25 | 4.29 | 0.57 | 0.48 |
| Hex | C0 | 3E | 34 | 0 | 44 | 49 | 19 | 4 | 39 | 30 |
| Octal | 300 | 76 | 64 | 0 | 104 | 111 | 31 | 4 | 71 | 60 |
| Binary | 11000000 | 111110 | 110100 | 0 | 1000100 | 1001001 | 11001 | 100 | 111001 | 110000 |
Color Harmonies of #C03E34
Complementary color
Monochromatic Colors of #C03E34
Black with #C03E34
Text Example
Text Example
White with #C03E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E34; }
p { color: rgb(192,62,52); }
H1.HeaderClassName
{
color: #C03E34;
}
.AnyTagClassName
{
color: #C03E34;
}
</style>
background-color css
<style>
a { background-color: #C03E34; }
a { background-color: rgb(192,62,52); }
div.DivClassName
{
background-color: #C03E34;
}
.BgClassName
{
background-color: #C03E34;
}
</style>
border-color css
<style>
span { border-color: #C03E34; }
span { border-color: rgb(192,62,52); }
td.TdClassName
{
border-color: #C03E34;
}
.TagClassName
{
border-color: #C03E34;
}
</style>