Shades of Grenadier #CE463F
Tints of Grenadier #CE463F
RGB
CMYK
RGB Variations
Color information
#CE463F (or 0xCE463F) is known color: Grenadier. HEX triplet: CE, 46 and 3F. RGB value is (206,70,63). Sum of RGB (Red+Green+Blue) = 206+70+63=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE463F is #31B9C0. Grayscale: #6E6E6E. Windows color (decimal): -3258817 or 4146894. OLE color: 4146894.
HSL color Cylindrical-coordinate representation of color #CE463F: hue angle of 2.94º 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 #CE463F is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 63 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.19 |
| HSL | 2.94º | 0.59% | 0.53% | - |
| HSV(B) | 2.94º | 0.69% | 0.81% | - |
| XYZ | 28.54 | 17.86 | 6.65 | - |
| YUV | 109.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 63 | 0 | 0.66 | 0.69 | 0.19 | 2.94 | 0.59 | 0.53 |
| Hex | CE | 46 | 3F | 0 | 42 | 45 | 13 | 3 | 3B | 35 |
| Octal | 316 | 106 | 77 | 0 | 102 | 105 | 23 | 3 | 73 | 65 |
| Binary | 11001110 | 1000110 | 111111 | 0 | 1000010 | 1000101 | 10011 | 11 | 111011 | 110101 |
Color Harmonies of #CE463F
Complementary color
Monochromatic Colors of #CE463F
Black with #CE463F
Text Example
Text Example
White with #CE463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE463F; }
p { color: rgb(206,70,63); }
H1.HeaderClassName
{
color: #CE463F;
}
.AnyTagClassName
{
color: #CE463F;
}
</style>
background-color css
<style>
a { background-color: #CE463F; }
a { background-color: rgb(206,70,63); }
div.DivClassName
{
background-color: #CE463F;
}
.BgClassName
{
background-color: #CE463F;
}
</style>
border-color css
<style>
span { border-color: #CE463F; }
span { border-color: rgb(206,70,63); }
td.TdClassName
{
border-color: #CE463F;
}
.TagClassName
{
border-color: #CE463F;
}
</style>