Shades of Grenadier #CE4940
Tints of Grenadier #CE4940
RGB
CMYK
RGB Variations
Color information
#CE4940 (or 0xCE4940) is known color: Grenadier. HEX triplet: CE, 49 and 40. RGB value is (206,73,64). Sum of RGB (Red+Green+Blue) = 206+73+64=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4940 is #31B6BF. Grayscale: #6F6F6F. Windows color (decimal): -3258048 or 4213198. OLE color: 4213198.
HSL color Cylindrical-coordinate representation of color #CE4940: hue angle of 3.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4940 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 64 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.19 |
| HSL | 3.8º | 0.59% | 0.53% | - |
| HSV(B) | 3.8º | 0.69% | 0.81% | - |
| XYZ | 28.76 | 18.26 | 6.86 | - |
| YUV | 111.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 64 | 0 | 0.65 | 0.69 | 0.19 | 3.8 | 0.59 | 0.53 |
| Hex | CE | 49 | 40 | 0 | 41 | 45 | 13 | 4 | 3B | 35 |
| Octal | 316 | 111 | 100 | 0 | 101 | 105 | 23 | 4 | 73 | 65 |
| Binary | 11001110 | 1001001 | 1000000 | 0 | 1000001 | 1000101 | 10011 | 100 | 111011 | 110101 |
Color Harmonies of #CE4940
Complementary color
Monochromatic Colors of #CE4940
Black with #CE4940
Text Example
Text Example
White with #CE4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4940; }
p { color: rgb(206,73,64); }
H1.HeaderClassName
{
color: #CE4940;
}
.AnyTagClassName
{
color: #CE4940;
}
</style>
background-color css
<style>
a { background-color: #CE4940; }
a { background-color: rgb(206,73,64); }
div.DivClassName
{
background-color: #CE4940;
}
.BgClassName
{
background-color: #CE4940;
}
</style>
border-color css
<style>
span { border-color: #CE4940; }
span { border-color: rgb(206,73,64); }
td.TdClassName
{
border-color: #CE4940;
}
.TagClassName
{
border-color: #CE4940;
}
</style>