Shades of Grenadier #CE473B
Tints of Grenadier #CE473B
RGB
CMYK
RGB Variations
Color information
#CE473B (or 0xCE473B) is known color: Grenadier. HEX triplet: CE, 47 and 3B. RGB value is (206,71,59). Sum of RGB (Red+Green+Blue) = 206+71+59=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE473B is #31B8C4. Grayscale: #6E6E6E. Windows color (decimal): -3258565 or 3885006. OLE color: 3885006.
HSL color Cylindrical-coordinate representation of color #CE473B: hue angle of 4.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE473B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 59 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.19 |
| HSL | 4.9º | 0.6% | 0.52% | - |
| HSV(B) | 4.9º | 0.71% | 0.81% | - |
| XYZ | 28.5 | 17.94 | 6.1 | - |
| YUV | 110 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 59 | 0 | 0.66 | 0.71 | 0.19 | 4.9 | 0.6 | 0.52 |
| Hex | CE | 47 | 3B | 0 | 42 | 47 | 13 | 5 | 3C | 34 |
| Octal | 316 | 107 | 73 | 0 | 102 | 107 | 23 | 5 | 74 | 64 |
| Binary | 11001110 | 1000111 | 111011 | 0 | 1000010 | 1000111 | 10011 | 101 | 111100 | 110100 |
Color Harmonies of #CE473B
Complementary color
Monochromatic Colors of #CE473B
Black with #CE473B
Text Example
Text Example
White with #CE473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE473B; }
p { color: rgb(206,71,59); }
H1.HeaderClassName
{
color: #CE473B;
}
.AnyTagClassName
{
color: #CE473B;
}
</style>
background-color css
<style>
a { background-color: #CE473B; }
a { background-color: rgb(206,71,59); }
div.DivClassName
{
background-color: #CE473B;
}
.BgClassName
{
background-color: #CE473B;
}
</style>
border-color css
<style>
span { border-color: #CE473B; }
span { border-color: rgb(206,71,59); }
td.TdClassName
{
border-color: #CE473B;
}
.TagClassName
{
border-color: #CE473B;
}
</style>