Shades of Grenadier #C94436
Tints of Grenadier #C94436
RGB
CMYK
RGB Variations
Color information
#C94436 (or 0xC94436) is known color: Grenadier. HEX triplet: C9, 44 and 36. RGB value is (201,68,54). Sum of RGB (Red+Green+Blue) = 201+68+54=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C94436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94436 is #36BBC9. Grayscale: #6A6A6A. Windows color (decimal): -3587018 or 3556553. OLE color: 3556553.
HSL color Cylindrical-coordinate representation of color #C94436: hue angle of 5.71º 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 #C94436 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 54 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.21 |
| HSL | 5.71º | 0.58% | 0.5% | - |
| HSV(B) | 5.71º | 0.73% | 0.79% | - |
| XYZ | 26.82 | 16.82 | 5.32 | - |
| YUV | 106.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 54 | 0 | 0.66 | 0.73 | 0.21 | 5.71 | 0.58 | 0.5 |
| Hex | C9 | 44 | 36 | 0 | 42 | 49 | 15 | 6 | 3A | 32 |
| Octal | 311 | 104 | 66 | 0 | 102 | 111 | 25 | 6 | 72 | 62 |
| Binary | 11001001 | 1000100 | 110110 | 0 | 1000010 | 1001001 | 10101 | 110 | 111010 | 110010 |
Color Harmonies of #C94436
Complementary color
Monochromatic Colors of #C94436
Black with #C94436
Text Example
Text Example
White with #C94436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94436; }
p { color: rgb(201,68,54); }
H1.HeaderClassName
{
color: #C94436;
}
.AnyTagClassName
{
color: #C94436;
}
</style>
background-color css
<style>
a { background-color: #C94436; }
a { background-color: rgb(201,68,54); }
div.DivClassName
{
background-color: #C94436;
}
.BgClassName
{
background-color: #C94436;
}
</style>
border-color css
<style>
span { border-color: #C94436; }
span { border-color: rgb(201,68,54); }
td.TdClassName
{
border-color: #C94436;
}
.TagClassName
{
border-color: #C94436;
}
</style>