Shades of Cinnabar #E63224
Tints of Cinnabar #E63224
RGB
CMYK
RGB Variations
Color information
#E63224 (or 0xE63224) is known color: Cinnabar. HEX triplet: E6, 32 and 24. RGB value is (230,50,36). Sum of RGB (Red+Green+Blue) = 230+50+36=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E63224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63224 is #19CDDB. Grayscale: #666666. Windows color (decimal): -1691100 or 2372326. OLE color: 2372326.
HSL color Cylindrical-coordinate representation of color #E63224: hue angle of 4.33º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E63224 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 36 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.10 |
| HSL | 4.33º | 0.8% | 0.52% | - |
| HSV(B) | 4.33º | 0.84% | 0.9% | - |
| XYZ | 34.09 | 19.23 | 3.58 | - |
| YUV | 102.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 36 | 0 | 0.78 | 0.84 | 0.10 | 4.33 | 0.8 | 0.52 |
| Hex | E6 | 32 | 24 | 0 | 4E | 54 | A | 4 | 50 | 34 |
| Octal | 346 | 62 | 44 | 0 | 116 | 124 | 12 | 4 | 120 | 64 |
| Binary | 11100110 | 110010 | 100100 | 0 | 1001110 | 1010100 | 1010 | 100 | 1010000 | 110100 |
Color Harmonies of #E63224
Complementary color
Monochromatic Colors of #E63224
Black with #E63224
Text Example
Text Example
White with #E63224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63224; }
p { color: rgb(230,50,36); }
H1.HeaderClassName
{
color: #E63224;
}
.AnyTagClassName
{
color: #E63224;
}
</style>
background-color css
<style>
a { background-color: #E63224; }
a { background-color: rgb(230,50,36); }
div.DivClassName
{
background-color: #E63224;
}
.BgClassName
{
background-color: #E63224;
}
</style>
border-color css
<style>
span { border-color: #E63224; }
span { border-color: rgb(230,50,36); }
td.TdClassName
{
border-color: #E63224;
}
.TagClassName
{
border-color: #E63224;
}
</style>