Shades of Grenadier #CE453C
Tints of Grenadier #CE453C
RGB
CMYK
RGB Variations
Color information
#CE453C (or 0xCE453C) is known color: Grenadier. HEX triplet: CE, 45 and 3C. RGB value is (206,69,60). Sum of RGB (Red+Green+Blue) = 206+69+60=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE453C is #31BAC3. Grayscale: #6D6D6D. Windows color (decimal): -3259076 or 3950030. OLE color: 3950030.
HSL color Cylindrical-coordinate representation of color #CE453C: hue angle of 3.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE453C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 60 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.19 |
| HSL | 3.7º | 0.6% | 0.52% | - |
| HSV(B) | 3.7º | 0.71% | 0.81% | - |
| XYZ | 28.4 | 17.7 | 6.2 | - |
| YUV | 108.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 60 | 0 | 0.67 | 0.71 | 0.19 | 3.7 | 0.6 | 0.52 |
| Hex | CE | 45 | 3C | 0 | 43 | 47 | 13 | 4 | 3C | 34 |
| Octal | 316 | 105 | 74 | 0 | 103 | 107 | 23 | 4 | 74 | 64 |
| Binary | 11001110 | 1000101 | 111100 | 0 | 1000011 | 1000111 | 10011 | 100 | 111100 | 110100 |
Color Harmonies of #CE453C
Complementary color
Monochromatic Colors of #CE453C
Black with #CE453C
Text Example
Text Example
White with #CE453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE453C; }
p { color: rgb(206,69,60); }
H1.HeaderClassName
{
color: #CE453C;
}
.AnyTagClassName
{
color: #CE453C;
}
</style>
background-color css
<style>
a { background-color: #CE453C; }
a { background-color: rgb(206,69,60); }
div.DivClassName
{
background-color: #CE453C;
}
.BgClassName
{
background-color: #CE453C;
}
</style>
border-color css
<style>
span { border-color: #CE453C; }
span { border-color: rgb(206,69,60); }
td.TdClassName
{
border-color: #CE453C;
}
.TagClassName
{
border-color: #CE453C;
}
</style>