Shades of Grenadier #CE4D3E
Tints of Grenadier #CE4D3E
RGB
CMYK
RGB Variations
Color information
#CE4D3E (or 0xCE4D3E) is known color: Grenadier. HEX triplet: CE, 4D and 3E. RGB value is (206,77,62). Sum of RGB (Red+Green+Blue) = 206+77+62=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D3E is #31B2C1. Grayscale: #727272. Windows color (decimal): -3257026 or 4083150. OLE color: 4083150.
HSL color Cylindrical-coordinate representation of color #CE4D3E: hue angle of 6.25º 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 #CE4D3E is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 62 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.19 |
| HSL | 6.25º | 0.6% | 0.53% | - |
| HSV(B) | 6.25º | 0.7% | 0.81% | - |
| XYZ | 28.98 | 18.78 | 6.65 | - |
| YUV | 113.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 62 | 0 | 0.63 | 0.70 | 0.19 | 6.25 | 0.6 | 0.53 |
| Hex | CE | 4D | 3E | 0 | 3F | 46 | 13 | 6 | 3C | 35 |
| Octal | 316 | 115 | 76 | 0 | 77 | 106 | 23 | 6 | 74 | 65 |
| Binary | 11001110 | 1001101 | 111110 | 0 | 111111 | 1000110 | 10011 | 110 | 111100 | 110101 |
Color Harmonies of #CE4D3E
Complementary color
Monochromatic Colors of #CE4D3E
Black with #CE4D3E
Text Example
Text Example
White with #CE4D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D3E; }
p { color: rgb(206,77,62); }
H1.HeaderClassName
{
color: #CE4D3E;
}
.AnyTagClassName
{
color: #CE4D3E;
}
</style>
background-color css
<style>
a { background-color: #CE4D3E; }
a { background-color: rgb(206,77,62); }
div.DivClassName
{
background-color: #CE4D3E;
}
.BgClassName
{
background-color: #CE4D3E;
}
</style>
border-color css
<style>
span { border-color: #CE4D3E; }
span { border-color: rgb(206,77,62); }
td.TdClassName
{
border-color: #CE4D3E;
}
.TagClassName
{
border-color: #CE4D3E;
}
</style>