Shades of Grenadier #CE443A
Tints of Grenadier #CE443A
RGB
CMYK
RGB Variations
Color information
#CE443A (or 0xCE443A) is known color: Grenadier. HEX triplet: CE, 44 and 3A. RGB value is (206,68,58). Sum of RGB (Red+Green+Blue) = 206+68+58=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE443A is #31BBC5. Grayscale: #6C6C6C. Windows color (decimal): -3259334 or 3818702. OLE color: 3818702.
HSL color Cylindrical-coordinate representation of color #CE443A: hue angle of 4.05º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE443A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 58 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.19 |
| HSL | 4.05º | 0.6% | 0.52% | - |
| HSV(B) | 4.05º | 0.72% | 0.81% | - |
| XYZ | 28.28 | 17.56 | 5.9 | - |
| YUV | 108.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 58 | 0 | 0.67 | 0.72 | 0.19 | 4.05 | 0.6 | 0.52 |
| Hex | CE | 44 | 3A | 0 | 43 | 48 | 13 | 4 | 3C | 34 |
| Octal | 316 | 104 | 72 | 0 | 103 | 110 | 23 | 4 | 74 | 64 |
| Binary | 11001110 | 1000100 | 111010 | 0 | 1000011 | 1001000 | 10011 | 100 | 111100 | 110100 |
Color Harmonies of #CE443A
Complementary color
Monochromatic Colors of #CE443A
Black with #CE443A
Text Example
Text Example
White with #CE443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE443A; }
p { color: rgb(206,68,58); }
H1.HeaderClassName
{
color: #CE443A;
}
.AnyTagClassName
{
color: #CE443A;
}
</style>
background-color css
<style>
a { background-color: #CE443A; }
a { background-color: rgb(206,68,58); }
div.DivClassName
{
background-color: #CE443A;
}
.BgClassName
{
background-color: #CE443A;
}
</style>
border-color css
<style>
span { border-color: #CE443A; }
span { border-color: rgb(206,68,58); }
td.TdClassName
{
border-color: #CE443A;
}
.TagClassName
{
border-color: #CE443A;
}
</style>