Shades of Grenadier #CE483E
Tints of Grenadier #CE483E
RGB
CMYK
RGB Variations
Color information
#CE483E (or 0xCE483E) is known color: Grenadier. HEX triplet: CE, 48 and 3E. RGB value is (206,72,62). Sum of RGB (Red+Green+Blue) = 206+72+62=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE483E is #31B7C1. Grayscale: #6F6F6F. Windows color (decimal): -3258306 or 4081870. OLE color: 4081870.
HSL color Cylindrical-coordinate representation of color #CE483E: hue angle of 4.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE483E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 62 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.19 |
| HSL | 4.17º | 0.6% | 0.53% | - |
| HSV(B) | 4.17º | 0.7% | 0.81% | - |
| XYZ | 28.64 | 18.1 | 6.54 | - |
| YUV | 110.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 62 | 0 | 0.65 | 0.70 | 0.19 | 4.17 | 0.6 | 0.53 |
| Hex | CE | 48 | 3E | 0 | 41 | 46 | 13 | 4 | 3C | 35 |
| Octal | 316 | 110 | 76 | 0 | 101 | 106 | 23 | 4 | 74 | 65 |
| Binary | 11001110 | 1001000 | 111110 | 0 | 1000001 | 1000110 | 10011 | 100 | 111100 | 110101 |
Color Harmonies of #CE483E
Complementary color
Monochromatic Colors of #CE483E
Black with #CE483E
Text Example
Text Example
White with #CE483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE483E; }
p { color: rgb(206,72,62); }
H1.HeaderClassName
{
color: #CE483E;
}
.AnyTagClassName
{
color: #CE483E;
}
</style>
background-color css
<style>
a { background-color: #CE483E; }
a { background-color: rgb(206,72,62); }
div.DivClassName
{
background-color: #CE483E;
}
.BgClassName
{
background-color: #CE483E;
}
</style>
border-color css
<style>
span { border-color: #CE483E; }
span { border-color: rgb(206,72,62); }
td.TdClassName
{
border-color: #CE483E;
}
.TagClassName
{
border-color: #CE483E;
}
</style>