Shades of Grenadier #C84131
Tints of Grenadier #C84131
RGB
CMYK
RGB Variations
Color information
#C84131 (or 0xC84131) is known color: Grenadier. HEX triplet: C8, 41 and 31. RGB value is (200,65,49). Sum of RGB (Red+Green+Blue) = 200+65+49=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C84131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84131 is #37BECE. Grayscale: #676767. Windows color (decimal): -3653327 or 3228104. OLE color: 3228104.
HSL color Cylindrical-coordinate representation of color #C84131: hue angle of 6.36º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84131 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 49 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.22 |
| HSL | 6.36º | 0.61% | 0.49% | - |
| HSV(B) | 6.36º | 0.76% | 0.78% | - |
| XYZ | 26.26 | 16.28 | 4.66 | - |
| YUV | 103.54 | 97.23 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 49 | 0 | 0.68 | 0.76 | 0.22 | 6.36 | 0.61 | 0.49 |
| Hex | C8 | 41 | 31 | 0 | 44 | 4C | 16 | 6 | 3D | 31 |
| Octal | 310 | 101 | 61 | 0 | 104 | 114 | 26 | 6 | 75 | 61 |
| Binary | 11001000 | 1000001 | 110001 | 0 | 1000100 | 1001100 | 10110 | 110 | 111101 | 110001 |
Color Harmonies of #C84131
Complementary color
Monochromatic Colors of #C84131
Black with #C84131
Text Example
Text Example
White with #C84131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84131; }
p { color: rgb(200,65,49); }
H1.HeaderClassName
{
color: #C84131;
}
.AnyTagClassName
{
color: #C84131;
}
</style>
background-color css
<style>
a { background-color: #C84131; }
a { background-color: rgb(200,65,49); }
div.DivClassName
{
background-color: #C84131;
}
.BgClassName
{
background-color: #C84131;
}
</style>
border-color css
<style>
span { border-color: #C84131; }
span { border-color: rgb(200,65,49); }
td.TdClassName
{
border-color: #C84131;
}
.TagClassName
{
border-color: #C84131;
}
</style>