Shades of Grenadier #C94336
Tints of Grenadier #C94336
RGB
CMYK
RGB Variations
Color information
#C94336 (or 0xC94336) is known color: Grenadier. HEX triplet: C9, 43 and 36. RGB value is (201,67,54). Sum of RGB (Red+Green+Blue) = 201+67+54=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94336 is #36BCC9. Grayscale: #696969. Windows color (decimal): -3587274 or 3556297. OLE color: 3556297.
HSL color Cylindrical-coordinate representation of color #C94336: hue angle of 5.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C94336 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 54 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.21 |
| HSL | 5.31º | 0.58% | 0.5% | - |
| HSV(B) | 5.31º | 0.73% | 0.79% | - |
| XYZ | 26.76 | 16.7 | 5.3 | - |
| YUV | 105.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 54 | 0 | 0.67 | 0.73 | 0.21 | 5.31 | 0.58 | 0.5 |
| Hex | C9 | 43 | 36 | 0 | 43 | 49 | 15 | 5 | 3A | 32 |
| Octal | 311 | 103 | 66 | 0 | 103 | 111 | 25 | 5 | 72 | 62 |
| Binary | 11001001 | 1000011 | 110110 | 0 | 1000011 | 1001001 | 10101 | 101 | 111010 | 110010 |
Color Harmonies of #C94336
Complementary color
Monochromatic Colors of #C94336
Black with #C94336
Text Example
Text Example
White with #C94336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94336; }
p { color: rgb(201,67,54); }
H1.HeaderClassName
{
color: #C94336;
}
.AnyTagClassName
{
color: #C94336;
}
</style>
background-color css
<style>
a { background-color: #C94336; }
a { background-color: rgb(201,67,54); }
div.DivClassName
{
background-color: #C94336;
}
.BgClassName
{
background-color: #C94336;
}
</style>
border-color css
<style>
span { border-color: #C94336; }
span { border-color: rgb(201,67,54); }
td.TdClassName
{
border-color: #C94336;
}
.TagClassName
{
border-color: #C94336;
}
</style>