Shades of Grenadier #CE4A40
Tints of Grenadier #CE4A40
RGB
CMYK
RGB Variations
Color information
#CE4A40 (or 0xCE4A40) is known color: Grenadier. HEX triplet: CE, 4A and 40. RGB value is (206,74,64). Sum of RGB (Red+Green+Blue) = 206+74+64=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A40 is #31B5BF. Grayscale: #707070. Windows color (decimal): -3257792 or 4213454. OLE color: 4213454.
HSL color Cylindrical-coordinate representation of color #CE4A40: hue angle of 4.23º 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 #CE4A40 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 64 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.19 |
| HSL | 4.23º | 0.59% | 0.53% | - |
| HSV(B) | 4.23º | 0.69% | 0.81% | - |
| XYZ | 28.83 | 18.39 | 6.88 | - |
| YUV | 112.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 64 | 0 | 0.64 | 0.69 | 0.19 | 4.23 | 0.59 | 0.53 |
| Hex | CE | 4A | 40 | 0 | 40 | 45 | 13 | 4 | 3B | 35 |
| Octal | 316 | 112 | 100 | 0 | 100 | 105 | 23 | 4 | 73 | 65 |
| Binary | 11001110 | 1001010 | 1000000 | 0 | 1000000 | 1000101 | 10011 | 100 | 111011 | 110101 |
Color Harmonies of #CE4A40
Complementary color
Monochromatic Colors of #CE4A40
Black with #CE4A40
Text Example
Text Example
White with #CE4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A40; }
p { color: rgb(206,74,64); }
H1.HeaderClassName
{
color: #CE4A40;
}
.AnyTagClassName
{
color: #CE4A40;
}
</style>
background-color css
<style>
a { background-color: #CE4A40; }
a { background-color: rgb(206,74,64); }
div.DivClassName
{
background-color: #CE4A40;
}
.BgClassName
{
background-color: #CE4A40;
}
</style>
border-color css
<style>
span { border-color: #CE4A40; }
span { border-color: rgb(206,74,64); }
td.TdClassName
{
border-color: #CE4A40;
}
.TagClassName
{
border-color: #CE4A40;
}
</style>