Shades of Grenadier #C84336
Tints of Grenadier #C84336
RGB
CMYK
RGB Variations
Color information
#C84336 (or 0xC84336) is known color: Grenadier. HEX triplet: C8, 43 and 36. RGB value is (200,67,54). Sum of RGB (Red+Green+Blue) = 200+67+54=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C84336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84336 is #37BCC9. Grayscale: #696969. Windows color (decimal): -3652810 or 3556296. OLE color: 3556296.
HSL color Cylindrical-coordinate representation of color #C84336: hue angle of 5.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C84336 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 54 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.22 |
| HSL | 5.34º | 0.57% | 0.5% | - |
| HSV(B) | 5.34º | 0.73% | 0.78% | - |
| XYZ | 26.49 | 16.56 | 5.29 | - |
| YUV | 105.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 54 | 0 | 0.66 | 0.73 | 0.22 | 5.34 | 0.57 | 0.5 |
| Hex | C8 | 43 | 36 | 0 | 42 | 49 | 16 | 5 | 39 | 32 |
| Octal | 310 | 103 | 66 | 0 | 102 | 111 | 26 | 5 | 71 | 62 |
| Binary | 11001000 | 1000011 | 110110 | 0 | 1000010 | 1001001 | 10110 | 101 | 111001 | 110010 |
Color Harmonies of #C84336
Complementary color
Monochromatic Colors of #C84336
Black with #C84336
Text Example
Text Example
White with #C84336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84336; }
p { color: rgb(200,67,54); }
H1.HeaderClassName
{
color: #C84336;
}
.AnyTagClassName
{
color: #C84336;
}
</style>
background-color css
<style>
a { background-color: #C84336; }
a { background-color: rgb(200,67,54); }
div.DivClassName
{
background-color: #C84336;
}
.BgClassName
{
background-color: #C84336;
}
</style>
border-color css
<style>
span { border-color: #C84336; }
span { border-color: rgb(200,67,54); }
td.TdClassName
{
border-color: #C84336;
}
.TagClassName
{
border-color: #C84336;
}
</style>