Shades of Grenadier #CE4C3E
Tints of Grenadier #CE4C3E
RGB
CMYK
RGB Variations
Color information
#CE4C3E (or 0xCE4C3E) is known color: Grenadier. HEX triplet: CE, 4C and 3E. RGB value is (206,76,62). Sum of RGB (Red+Green+Blue) = 206+76+62=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C3E is #31B3C1. Grayscale: #717171. Windows color (decimal): -3257282 or 4082894. OLE color: 4082894.
HSL color Cylindrical-coordinate representation of color #CE4C3E: hue angle of 5.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4C3E is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 62 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.19 |
| HSL | 5.83º | 0.6% | 0.53% | - |
| HSV(B) | 5.83º | 0.7% | 0.81% | - |
| XYZ | 28.91 | 18.64 | 6.63 | - |
| YUV | 113.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 62 | 0 | 0.63 | 0.70 | 0.19 | 5.83 | 0.6 | 0.53 |
| Hex | CE | 4C | 3E | 0 | 3F | 46 | 13 | 6 | 3C | 35 |
| Octal | 316 | 114 | 76 | 0 | 77 | 106 | 23 | 6 | 74 | 65 |
| Binary | 11001110 | 1001100 | 111110 | 0 | 111111 | 1000110 | 10011 | 110 | 111100 | 110101 |
Color Harmonies of #CE4C3E
Complementary color
Monochromatic Colors of #CE4C3E
Black with #CE4C3E
Text Example
Text Example
White with #CE4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4C3E; }
p { color: rgb(206,76,62); }
H1.HeaderClassName
{
color: #CE4C3E;
}
.AnyTagClassName
{
color: #CE4C3E;
}
</style>
background-color css
<style>
a { background-color: #CE4C3E; }
a { background-color: rgb(206,76,62); }
div.DivClassName
{
background-color: #CE4C3E;
}
.BgClassName
{
background-color: #CE4C3E;
}
</style>
border-color css
<style>
span { border-color: #CE4C3E; }
span { border-color: rgb(206,76,62); }
td.TdClassName
{
border-color: #CE4C3E;
}
.TagClassName
{
border-color: #CE4C3E;
}
</style>