Shades of Cinnabar #E63222
Tints of Cinnabar #E63222
RGB
CMYK
RGB Variations
Color information
#E63222 (or 0xE63222) is known color: Cinnabar. HEX triplet: E6, 32 and 22. RGB value is (230,50,34). Sum of RGB (Red+Green+Blue) = 230+50+34=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E63222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63222 is #19CDDD. Grayscale: #666666. Windows color (decimal): -1691102 or 2241254. OLE color: 2241254.
HSL color Cylindrical-coordinate representation of color #E63222: hue angle of 4.9º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E63222 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 34 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.10 |
| HSL | 4.9º | 0.8% | 0.52% | - |
| HSV(B) | 4.9º | 0.85% | 0.9% | - |
| XYZ | 34.06 | 19.22 | 3.43 | - |
| YUV | 102 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 34 | 0 | 0.78 | 0.85 | 0.10 | 4.9 | 0.8 | 0.52 |
| Hex | E6 | 32 | 22 | 0 | 4E | 55 | A | 5 | 50 | 34 |
| Octal | 346 | 62 | 42 | 0 | 116 | 125 | 12 | 5 | 120 | 64 |
| Binary | 11100110 | 110010 | 100010 | 0 | 1001110 | 1010101 | 1010 | 101 | 1010000 | 110100 |
Color Harmonies of #E63222
Complementary color
Monochromatic Colors of #E63222
Black with #E63222
Text Example
Text Example
White with #E63222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63222; }
p { color: rgb(230,50,34); }
H1.HeaderClassName
{
color: #E63222;
}
.AnyTagClassName
{
color: #E63222;
}
</style>
background-color css
<style>
a { background-color: #E63222; }
a { background-color: rgb(230,50,34); }
div.DivClassName
{
background-color: #E63222;
}
.BgClassName
{
background-color: #E63222;
}
</style>
border-color css
<style>
span { border-color: #E63222; }
span { border-color: rgb(230,50,34); }
td.TdClassName
{
border-color: #E63222;
}
.TagClassName
{
border-color: #E63222;
}
</style>