Shades of Grenadier #C84134
Tints of Grenadier #C84134
RGB
CMYK
RGB Variations
Color information
#C84134 (or 0xC84134) is known color: Grenadier. HEX triplet: C8, 41 and 34. RGB value is (200,65,52). Sum of RGB (Red+Green+Blue) = 200+65+52=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C84134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84134 is #37BECB. Grayscale: #686868. Windows color (decimal): -3653324 or 3424712. OLE color: 3424712.
HSL color Cylindrical-coordinate representation of color #C84134: hue angle of 5.27º 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 #C84134 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 52 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.22 |
| HSL | 5.27º | 0.59% | 0.49% | - |
| HSV(B) | 5.27º | 0.74% | 0.78% | - |
| XYZ | 26.33 | 16.31 | 5.01 | - |
| YUV | 103.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 52 | 0 | 0.68 | 0.74 | 0.22 | 5.27 | 0.59 | 0.49 |
| Hex | C8 | 41 | 34 | 0 | 44 | 4A | 16 | 5 | 3B | 31 |
| Octal | 310 | 101 | 64 | 0 | 104 | 112 | 26 | 5 | 73 | 61 |
| Binary | 11001000 | 1000001 | 110100 | 0 | 1000100 | 1001010 | 10110 | 101 | 111011 | 110001 |
Color Harmonies of #C84134
Complementary color
Monochromatic Colors of #C84134
Black with #C84134
Text Example
Text Example
White with #C84134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84134; }
p { color: rgb(200,65,52); }
H1.HeaderClassName
{
color: #C84134;
}
.AnyTagClassName
{
color: #C84134;
}
</style>
background-color css
<style>
a { background-color: #C84134; }
a { background-color: rgb(200,65,52); }
div.DivClassName
{
background-color: #C84134;
}
.BgClassName
{
background-color: #C84134;
}
</style>
border-color css
<style>
span { border-color: #C84134; }
span { border-color: rgb(200,65,52); }
td.TdClassName
{
border-color: #C84134;
}
.TagClassName
{
border-color: #C84134;
}
</style>