Shades of Grenadier #C04239
Tints of Grenadier #C04239
RGB
CMYK
RGB Variations
Color information
#C04239 (or 0xC04239) is known color: Grenadier. HEX triplet: C0, 42 and 39. RGB value is (192,66,57). Sum of RGB (Red+Green+Blue) = 192+66+57=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C04239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04239 is #3FBDC6. Grayscale: #666666. Windows color (decimal): -4177351 or 3752640. OLE color: 3752640.
HSL color Cylindrical-coordinate representation of color #C04239: hue angle of 4º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04239 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 57 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.25 |
| HSL | 4º | 0.54% | 0.49% | - |
| HSV(B) | 4º | 0.7% | 0.75% | - |
| XYZ | 24.42 | 15.4 | 5.56 | - |
| YUV | 102.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 57 | 0 | 0.66 | 0.70 | 0.25 | 4 | 0.54 | 0.49 |
| Hex | C0 | 42 | 39 | 0 | 42 | 46 | 19 | 4 | 36 | 31 |
| Octal | 300 | 102 | 71 | 0 | 102 | 106 | 31 | 4 | 66 | 61 |
| Binary | 11000000 | 1000010 | 111001 | 0 | 1000010 | 1000110 | 11001 | 100 | 110110 | 110001 |
Color Harmonies of #C04239
Complementary color
Monochromatic Colors of #C04239
Black with #C04239
Text Example
Text Example
White with #C04239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04239; }
p { color: rgb(192,66,57); }
H1.HeaderClassName
{
color: #C04239;
}
.AnyTagClassName
{
color: #C04239;
}
</style>
background-color css
<style>
a { background-color: #C04239; }
a { background-color: rgb(192,66,57); }
div.DivClassName
{
background-color: #C04239;
}
.BgClassName
{
background-color: #C04239;
}
</style>
border-color css
<style>
span { border-color: #C04239; }
span { border-color: rgb(192,66,57); }
td.TdClassName
{
border-color: #C04239;
}
.TagClassName
{
border-color: #C04239;
}
</style>