Shades of Grenadier #C03E33
Tints of Grenadier #C03E33
RGB
CMYK
RGB Variations
Color information
#C03E33 (or 0xC03E33) is known color: Grenadier. HEX triplet: C0, 3E and 33. RGB value is (192,62,51). Sum of RGB (Red+Green+Blue) = 192+62+51=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E33 is #3FC1CC. Grayscale: #636363. Windows color (decimal): -4178381 or 3358400. OLE color: 3358400.
HSL color Cylindrical-coordinate representation of color #C03E33: hue angle of 4.68º degrees, saturation: 0.58, 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 #C03E33 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 51 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.25 |
| HSL | 4.68º | 0.58% | 0.48% | - |
| HSV(B) | 4.68º | 0.73% | 0.75% | - |
| XYZ | 24.06 | 14.89 | 4.74 | - |
| YUV | 99.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 51 | 0 | 0.68 | 0.73 | 0.25 | 4.68 | 0.58 | 0.48 |
| Hex | C0 | 3E | 33 | 0 | 44 | 49 | 19 | 5 | 3A | 30 |
| Octal | 300 | 76 | 63 | 0 | 104 | 111 | 31 | 5 | 72 | 60 |
| Binary | 11000000 | 111110 | 110011 | 0 | 1000100 | 1001001 | 11001 | 101 | 111010 | 110000 |
Color Harmonies of #C03E33
Complementary color
Monochromatic Colors of #C03E33
Black with #C03E33
Text Example
Text Example
White with #C03E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E33; }
p { color: rgb(192,62,51); }
H1.HeaderClassName
{
color: #C03E33;
}
.AnyTagClassName
{
color: #C03E33;
}
</style>
background-color css
<style>
a { background-color: #C03E33; }
a { background-color: rgb(192,62,51); }
div.DivClassName
{
background-color: #C03E33;
}
.BgClassName
{
background-color: #C03E33;
}
</style>
border-color css
<style>
span { border-color: #C03E33; }
span { border-color: rgb(192,62,51); }
td.TdClassName
{
border-color: #C03E33;
}
.TagClassName
{
border-color: #C03E33;
}
</style>