Shades of Grenadier #C9453E
Tints of Grenadier #C9453E
RGB
CMYK
RGB Variations
Color information
#C9453E (or 0xC9453E) is known color: Grenadier. HEX triplet: C9, 45 and 3E. RGB value is (201,69,62). Sum of RGB (Red+Green+Blue) = 201+69+62=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9453E is #36BAC1. Grayscale: #6B6B6B. Windows color (decimal): -3586754 or 4081097. OLE color: 4081097.
HSL color Cylindrical-coordinate representation of color #C9453E: hue angle of 3.02º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9453E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 62 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.21 |
| HSL | 3.02º | 0.56% | 0.52% | - |
| HSV(B) | 3.02º | 0.69% | 0.79% | - |
| XYZ | 27.09 | 17.02 | 6.42 | - |
| YUV | 107.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 62 | 0 | 0.66 | 0.69 | 0.21 | 3.02 | 0.56 | 0.52 |
| Hex | C9 | 45 | 3E | 0 | 42 | 45 | 15 | 3 | 38 | 34 |
| Octal | 311 | 105 | 76 | 0 | 102 | 105 | 25 | 3 | 70 | 64 |
| Binary | 11001001 | 1000101 | 111110 | 0 | 1000010 | 1000101 | 10101 | 11 | 111000 | 110100 |
Color Harmonies of #C9453E
Complementary color
Monochromatic Colors of #C9453E
Black with #C9453E
Text Example
Text Example
White with #C9453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9453E; }
p { color: rgb(201,69,62); }
H1.HeaderClassName
{
color: #C9453E;
}
.AnyTagClassName
{
color: #C9453E;
}
</style>
background-color css
<style>
a { background-color: #C9453E; }
a { background-color: rgb(201,69,62); }
div.DivClassName
{
background-color: #C9453E;
}
.BgClassName
{
background-color: #C9453E;
}
</style>
border-color css
<style>
span { border-color: #C9453E; }
span { border-color: rgb(201,69,62); }
td.TdClassName
{
border-color: #C9453E;
}
.TagClassName
{
border-color: #C9453E;
}
</style>