Shades of Grenadier #CE453D
Tints of Grenadier #CE453D
RGB
CMYK
RGB Variations
Color information
#CE453D (or 0xCE453D) is known color: Grenadier. HEX triplet: CE, 45 and 3D. RGB value is (206,69,61). Sum of RGB (Red+Green+Blue) = 206+69+61=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE453D is #31BAC2. Grayscale: #6D6D6D. Windows color (decimal): -3259075 or 4015566. OLE color: 4015566.
HSL color Cylindrical-coordinate representation of color #CE453D: hue angle of 3.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE453D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 61 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.19 |
| HSL | 3.31º | 0.6% | 0.52% | - |
| HSV(B) | 3.31º | 0.7% | 0.81% | - |
| XYZ | 28.42 | 17.71 | 6.34 | - |
| YUV | 109.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 61 | 0 | 0.67 | 0.70 | 0.19 | 3.31 | 0.6 | 0.52 |
| Hex | CE | 45 | 3D | 0 | 43 | 46 | 13 | 3 | 3C | 34 |
| Octal | 316 | 105 | 75 | 0 | 103 | 106 | 23 | 3 | 74 | 64 |
| Binary | 11001110 | 1000101 | 111101 | 0 | 1000011 | 1000110 | 10011 | 11 | 111100 | 110100 |
Color Harmonies of #CE453D
Complementary color
Monochromatic Colors of #CE453D
Black with #CE453D
Text Example
Text Example
White with #CE453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE453D; }
p { color: rgb(206,69,61); }
H1.HeaderClassName
{
color: #CE453D;
}
.AnyTagClassName
{
color: #CE453D;
}
</style>
background-color css
<style>
a { background-color: #CE453D; }
a { background-color: rgb(206,69,61); }
div.DivClassName
{
background-color: #CE453D;
}
.BgClassName
{
background-color: #CE453D;
}
</style>
border-color css
<style>
span { border-color: #CE453D; }
span { border-color: rgb(206,69,61); }
td.TdClassName
{
border-color: #CE453D;
}
.TagClassName
{
border-color: #CE453D;
}
</style>