Shades of Grenadier #C03F27
Tints of Grenadier #C03F27
RGB
CMYK
RGB Variations
Color information
#C03F27 (or 0xC03F27) is known color: Grenadier. HEX triplet: C0, 3F and 27. RGB value is (192,63,39). Sum of RGB (Red+Green+Blue) = 192+63+39=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F27 is #3FC0D8. Grayscale: #636363. Windows color (decimal): -4178137 or 2572224. OLE color: 2572224.
HSL color Cylindrical-coordinate representation of color #C03F27: hue angle of 9.41º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03F27 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 39 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.25 |
| HSL | 9.41º | 0.66% | 0.45% | - |
| HSV(B) | 9.41º | 0.8% | 0.75% | - |
| XYZ | 23.88 | 14.91 | 3.54 | - |
| YUV | 98.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 39 | 0 | 0.67 | 0.80 | 0.25 | 9.41 | 0.66 | 0.45 |
| Hex | C0 | 3F | 27 | 0 | 43 | 50 | 19 | 9 | 42 | 2D |
| Octal | 300 | 77 | 47 | 0 | 103 | 120 | 31 | 11 | 102 | 55 |
| Binary | 11000000 | 111111 | 100111 | 0 | 1000011 | 1010000 | 11001 | 1001 | 1000010 | 101101 |
Color Harmonies of #C03F27
Complementary color
Monochromatic Colors of #C03F27
Black with #C03F27
Text Example
Text Example
White with #C03F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F27; }
p { color: rgb(192,63,39); }
H1.HeaderClassName
{
color: #C03F27;
}
.AnyTagClassName
{
color: #C03F27;
}
</style>
background-color css
<style>
a { background-color: #C03F27; }
a { background-color: rgb(192,63,39); }
div.DivClassName
{
background-color: #C03F27;
}
.BgClassName
{
background-color: #C03F27;
}
</style>
border-color css
<style>
span { border-color: #C03F27; }
span { border-color: rgb(192,63,39); }
td.TdClassName
{
border-color: #C03F27;
}
.TagClassName
{
border-color: #C03F27;
}
</style>