Shades of Grenadier #C84239
Tints of Grenadier #C84239
RGB
CMYK
RGB Variations
Color information
#C84239 (or 0xC84239) is known color: Grenadier. HEX triplet: C8, 42 and 39. RGB value is (200,66,57). Sum of RGB (Red+Green+Blue) = 200+66+57=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C84239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84239 is #37BDC6. Grayscale: #696969. Windows color (decimal): -3653063 or 3752648. OLE color: 3752648.
HSL color Cylindrical-coordinate representation of color #C84239: hue angle of 3.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C84239 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 57 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.22 |
| HSL | 3.78º | 0.57% | 0.5% | - |
| HSV(B) | 3.78º | 0.72% | 0.78% | - |
| XYZ | 26.51 | 16.47 | 5.65 | - |
| YUV | 105.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 57 | 0 | 0.67 | 0.72 | 0.22 | 3.78 | 0.57 | 0.5 |
| Hex | C8 | 42 | 39 | 0 | 43 | 48 | 16 | 4 | 39 | 32 |
| Octal | 310 | 102 | 71 | 0 | 103 | 110 | 26 | 4 | 71 | 62 |
| Binary | 11001000 | 1000010 | 111001 | 0 | 1000011 | 1001000 | 10110 | 100 | 111001 | 110010 |
Color Harmonies of #C84239
Complementary color
Monochromatic Colors of #C84239
Black with #C84239
Text Example
Text Example
White with #C84239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84239; }
p { color: rgb(200,66,57); }
H1.HeaderClassName
{
color: #C84239;
}
.AnyTagClassName
{
color: #C84239;
}
</style>
background-color css
<style>
a { background-color: #C84239; }
a { background-color: rgb(200,66,57); }
div.DivClassName
{
background-color: #C84239;
}
.BgClassName
{
background-color: #C84239;
}
</style>
border-color css
<style>
span { border-color: #C84239; }
span { border-color: rgb(200,66,57); }
td.TdClassName
{
border-color: #C84239;
}
.TagClassName
{
border-color: #C84239;
}
</style>