Shades of Grenadier #C84235
Tints of Grenadier #C84235
RGB
CMYK
RGB Variations
Color information
#C84235 (or 0xC84235) is known color: Grenadier. HEX triplet: C8, 42 and 35. RGB value is (200,66,53). Sum of RGB (Red+Green+Blue) = 200+66+53=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84235 is #37BDCA. Grayscale: #686868. Windows color (decimal): -3653067 or 3490504. OLE color: 3490504.
HSL color Cylindrical-coordinate representation of color #C84235: hue angle of 5.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84235 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 53 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.22 |
| HSL | 5.31º | 0.58% | 0.5% | - |
| HSV(B) | 5.31º | 0.74% | 0.78% | - |
| XYZ | 26.41 | 16.43 | 5.15 | - |
| YUV | 104.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 53 | 0 | 0.67 | 0.74 | 0.22 | 5.31 | 0.58 | 0.5 |
| Hex | C8 | 42 | 35 | 0 | 43 | 4A | 16 | 5 | 3A | 32 |
| Octal | 310 | 102 | 65 | 0 | 103 | 112 | 26 | 5 | 72 | 62 |
| Binary | 11001000 | 1000010 | 110101 | 0 | 1000011 | 1001010 | 10110 | 101 | 111010 | 110010 |
Color Harmonies of #C84235
Complementary color
Monochromatic Colors of #C84235
Black with #C84235
Text Example
Text Example
White with #C84235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84235; }
p { color: rgb(200,66,53); }
H1.HeaderClassName
{
color: #C84235;
}
.AnyTagClassName
{
color: #C84235;
}
</style>
background-color css
<style>
a { background-color: #C84235; }
a { background-color: rgb(200,66,53); }
div.DivClassName
{
background-color: #C84235;
}
.BgClassName
{
background-color: #C84235;
}
</style>
border-color css
<style>
span { border-color: #C84235; }
span { border-color: rgb(200,66,53); }
td.TdClassName
{
border-color: #C84235;
}
.TagClassName
{
border-color: #C84235;
}
</style>