Shades of Cinnabar #E63221
Tints of Cinnabar #E63221
RGB
CMYK
RGB Variations
Color information
#E63221 (or 0xE63221) is known color: Cinnabar. HEX triplet: E6, 32 and 21. RGB value is (230,50,33). Sum of RGB (Red+Green+Blue) = 230+50+33=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E63221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63221 is #19CDDE. Grayscale: #666666. Windows color (decimal): -1691103 or 2175718. OLE color: 2175718.
HSL color Cylindrical-coordinate representation of color #E63221: hue angle of 5.18º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E63221 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 33 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.10 |
| HSL | 5.18º | 0.8% | 0.52% | - |
| HSV(B) | 5.18º | 0.86% | 0.9% | - |
| XYZ | 34.05 | 19.21 | 3.35 | - |
| YUV | 101.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 33 | 0 | 0.78 | 0.86 | 0.10 | 5.18 | 0.8 | 0.52 |
| Hex | E6 | 32 | 21 | 0 | 4E | 56 | A | 5 | 50 | 34 |
| Octal | 346 | 62 | 41 | 0 | 116 | 126 | 12 | 5 | 120 | 64 |
| Binary | 11100110 | 110010 | 100001 | 0 | 1001110 | 1010110 | 1010 | 101 | 1010000 | 110100 |
Color Harmonies of #E63221
Complementary color
Monochromatic Colors of #E63221
Black with #E63221
Text Example
Text Example
White with #E63221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63221; }
p { color: rgb(230,50,33); }
H1.HeaderClassName
{
color: #E63221;
}
.AnyTagClassName
{
color: #E63221;
}
</style>
background-color css
<style>
a { background-color: #E63221; }
a { background-color: rgb(230,50,33); }
div.DivClassName
{
background-color: #E63221;
}
.BgClassName
{
background-color: #E63221;
}
</style>
border-color css
<style>
span { border-color: #E63221; }
span { border-color: rgb(230,50,33); }
td.TdClassName
{
border-color: #E63221;
}
.TagClassName
{
border-color: #E63221;
}
</style>