Shades of Grenadier #C84234
Tints of Grenadier #C84234
RGB
CMYK
RGB Variations
Color information
#C84234 (or 0xC84234) is known color: Grenadier. HEX triplet: C8, 42 and 34. RGB value is (200,66,52). Sum of RGB (Red+Green+Blue) = 200+66+52=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C84234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84234 is #37BDCB. Grayscale: #686868. Windows color (decimal): -3653068 or 3424968. OLE color: 3424968.
HSL color Cylindrical-coordinate representation of color #C84234: hue angle of 5.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84234 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 52 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.22 |
| HSL | 5.68º | 0.59% | 0.49% | - |
| HSV(B) | 5.68º | 0.74% | 0.78% | - |
| XYZ | 26.39 | 16.42 | 5.03 | - |
| YUV | 104.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 52 | 0 | 0.67 | 0.74 | 0.22 | 5.68 | 0.59 | 0.49 |
| Hex | C8 | 42 | 34 | 0 | 43 | 4A | 16 | 6 | 3B | 31 |
| Octal | 310 | 102 | 64 | 0 | 103 | 112 | 26 | 6 | 73 | 61 |
| Binary | 11001000 | 1000010 | 110100 | 0 | 1000011 | 1001010 | 10110 | 110 | 111011 | 110001 |
Color Harmonies of #C84234
Complementary color
Monochromatic Colors of #C84234
Black with #C84234
Text Example
Text Example
White with #C84234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84234; }
p { color: rgb(200,66,52); }
H1.HeaderClassName
{
color: #C84234;
}
.AnyTagClassName
{
color: #C84234;
}
</style>
background-color css
<style>
a { background-color: #C84234; }
a { background-color: rgb(200,66,52); }
div.DivClassName
{
background-color: #C84234;
}
.BgClassName
{
background-color: #C84234;
}
</style>
border-color css
<style>
span { border-color: #C84234; }
span { border-color: rgb(200,66,52); }
td.TdClassName
{
border-color: #C84234;
}
.TagClassName
{
border-color: #C84234;
}
</style>