Shades of Grenadier #C94231
Tints of Grenadier #C94231
RGB
CMYK
RGB Variations
Color information
#C94231 (or 0xC94231) is known color: Grenadier. HEX triplet: C9, 42 and 31. RGB value is (201,66,49). Sum of RGB (Red+Green+Blue) = 201+66+49=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C94231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94231 is #36BDCE. Grayscale: #686868. Windows color (decimal): -3587535 or 3228361. OLE color: 3228361.
HSL color Cylindrical-coordinate representation of color #C94231: hue angle of 6.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C94231 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 49 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.21 |
| HSL | 6.71º | 0.61% | 0.49% | - |
| HSV(B) | 6.71º | 0.76% | 0.79% | - |
| XYZ | 26.59 | 16.54 | 4.7 | - |
| YUV | 104.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 49 | 0 | 0.67 | 0.76 | 0.21 | 6.71 | 0.61 | 0.49 |
| Hex | C9 | 42 | 31 | 0 | 43 | 4C | 15 | 7 | 3D | 31 |
| Octal | 311 | 102 | 61 | 0 | 103 | 114 | 25 | 7 | 75 | 61 |
| Binary | 11001001 | 1000010 | 110001 | 0 | 1000011 | 1001100 | 10101 | 111 | 111101 | 110001 |
Color Harmonies of #C94231
Complementary color
Monochromatic Colors of #C94231
Black with #C94231
Text Example
Text Example
White with #C94231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94231; }
p { color: rgb(201,66,49); }
H1.HeaderClassName
{
color: #C94231;
}
.AnyTagClassName
{
color: #C94231;
}
</style>
background-color css
<style>
a { background-color: #C94231; }
a { background-color: rgb(201,66,49); }
div.DivClassName
{
background-color: #C94231;
}
.BgClassName
{
background-color: #C94231;
}
</style>
border-color css
<style>
span { border-color: #C94231; }
span { border-color: rgb(201,66,49); }
td.TdClassName
{
border-color: #C94231;
}
.TagClassName
{
border-color: #C94231;
}
</style>