Shades of Grenadier #CE473F
Tints of Grenadier #CE473F
RGB
CMYK
RGB Variations
Color information
#CE473F (or 0xCE473F) is known color: Grenadier. HEX triplet: CE, 47 and 3F. RGB value is (206,71,63). Sum of RGB (Red+Green+Blue) = 206+71+63=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE473F is #31B8C0. Grayscale: #6E6E6E. Windows color (decimal): -3258561 or 4147150. OLE color: 4147150.
HSL color Cylindrical-coordinate representation of color #CE473F: hue angle of 3.36º 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 #CE473F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 63 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.19 |
| HSL | 3.36º | 0.59% | 0.53% | - |
| HSV(B) | 3.36º | 0.69% | 0.81% | - |
| XYZ | 28.6 | 17.99 | 6.67 | - |
| YUV | 110.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 63 | 0 | 0.66 | 0.69 | 0.19 | 3.36 | 0.59 | 0.53 |
| Hex | CE | 47 | 3F | 0 | 42 | 45 | 13 | 3 | 3B | 35 |
| Octal | 316 | 107 | 77 | 0 | 102 | 105 | 23 | 3 | 73 | 65 |
| Binary | 11001110 | 1000111 | 111111 | 0 | 1000010 | 1000101 | 10011 | 11 | 111011 | 110101 |
Color Harmonies of #CE473F
Complementary color
Monochromatic Colors of #CE473F
Black with #CE473F
Text Example
Text Example
White with #CE473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE473F; }
p { color: rgb(206,71,63); }
H1.HeaderClassName
{
color: #CE473F;
}
.AnyTagClassName
{
color: #CE473F;
}
</style>
background-color css
<style>
a { background-color: #CE473F; }
a { background-color: rgb(206,71,63); }
div.DivClassName
{
background-color: #CE473F;
}
.BgClassName
{
background-color: #CE473F;
}
</style>
border-color css
<style>
span { border-color: #CE473F; }
span { border-color: rgb(206,71,63); }
td.TdClassName
{
border-color: #CE473F;
}
.TagClassName
{
border-color: #CE473F;
}
</style>