Shades of Grenadier #C9453A
Tints of Grenadier #C9453A
RGB
CMYK
RGB Variations
Color information
#C9453A (or 0xC9453A) is known color: Grenadier. HEX triplet: C9, 45 and 3A. RGB value is (201,69,58). Sum of RGB (Red+Green+Blue) = 201+69+58=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9453A is #36BAC5. Grayscale: #6B6B6B. Windows color (decimal): -3586758 or 3818953. OLE color: 3818953.
HSL color Cylindrical-coordinate representation of color #C9453A: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9453A is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 58 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.21 |
| HSL | 4.62º | 0.57% | 0.51% | - |
| HSV(B) | 4.62º | 0.71% | 0.79% | - |
| XYZ | 26.98 | 16.98 | 5.86 | - |
| YUV | 107.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 58 | 0 | 0.66 | 0.71 | 0.21 | 4.62 | 0.57 | 0.51 |
| Hex | C9 | 45 | 3A | 0 | 42 | 47 | 15 | 5 | 39 | 33 |
| Octal | 311 | 105 | 72 | 0 | 102 | 107 | 25 | 5 | 71 | 63 |
| Binary | 11001001 | 1000101 | 111010 | 0 | 1000010 | 1000111 | 10101 | 101 | 111001 | 110011 |
Color Harmonies of #C9453A
Complementary color
Monochromatic Colors of #C9453A
Black with #C9453A
Text Example
Text Example
White with #C9453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9453A; }
p { color: rgb(201,69,58); }
H1.HeaderClassName
{
color: #C9453A;
}
.AnyTagClassName
{
color: #C9453A;
}
</style>
background-color css
<style>
a { background-color: #C9453A; }
a { background-color: rgb(201,69,58); }
div.DivClassName
{
background-color: #C9453A;
}
.BgClassName
{
background-color: #C9453A;
}
</style>
border-color css
<style>
span { border-color: #C9453A; }
span { border-color: rgb(201,69,58); }
td.TdClassName
{
border-color: #C9453A;
}
.TagClassName
{
border-color: #C9453A;
}
</style>