Shades of Grenadier #CE453A
Tints of Grenadier #CE453A
RGB
CMYK
RGB Variations
Color information
#CE453A (or 0xCE453A) is known color: Grenadier. HEX triplet: CE, 45 and 3A. RGB value is (206,69,58). Sum of RGB (Red+Green+Blue) = 206+69+58=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE453A is #31BAC5. Grayscale: #6C6C6C. Windows color (decimal): -3259078 or 3818958. OLE color: 3818958.
HSL color Cylindrical-coordinate representation of color #CE453A: hue angle of 4.46º 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 #CE453A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 58 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.19 |
| HSL | 4.46º | 0.6% | 0.52% | - |
| HSV(B) | 4.46º | 0.72% | 0.81% | - |
| XYZ | 28.35 | 17.68 | 5.92 | - |
| YUV | 108.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 58 | 0 | 0.67 | 0.72 | 0.19 | 4.46 | 0.6 | 0.52 |
| Hex | CE | 45 | 3A | 0 | 43 | 48 | 13 | 4 | 3C | 34 |
| Octal | 316 | 105 | 72 | 0 | 103 | 110 | 23 | 4 | 74 | 64 |
| Binary | 11001110 | 1000101 | 111010 | 0 | 1000011 | 1001000 | 10011 | 100 | 111100 | 110100 |
Color Harmonies of #CE453A
Complementary color
Monochromatic Colors of #CE453A
Black with #CE453A
Text Example
Text Example
White with #CE453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE453A; }
p { color: rgb(206,69,58); }
H1.HeaderClassName
{
color: #CE453A;
}
.AnyTagClassName
{
color: #CE453A;
}
</style>
background-color css
<style>
a { background-color: #CE453A; }
a { background-color: rgb(206,69,58); }
div.DivClassName
{
background-color: #CE453A;
}
.BgClassName
{
background-color: #CE453A;
}
</style>
border-color css
<style>
span { border-color: #CE453A; }
span { border-color: rgb(206,69,58); }
td.TdClassName
{
border-color: #CE453A;
}
.TagClassName
{
border-color: #CE453A;
}
</style>