Shades of Cinnabar #E63C22
Tints of Cinnabar #E63C22
RGB
CMYK
RGB Variations
Color information
#E63C22 (or 0xE63C22) is known color: Cinnabar. HEX triplet: E6, 3C and 22. RGB value is (230,60,34). Sum of RGB (Red+Green+Blue) = 230+60+34=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C22 is #19C3DD. Grayscale: #6C6C6C. Windows color (decimal): -1688542 or 2243814. OLE color: 2243814.
HSL color Cylindrical-coordinate representation of color #E63C22: hue angle of 7.96º 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 #E63C22 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 34 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.10 |
| HSL | 7.96º | 0.8% | 0.52% | - |
| HSV(B) | 7.96º | 0.85% | 0.9% | - |
| XYZ | 34.54 | 20.17 | 3.59 | - |
| YUV | 107.87 | 86.32 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 34 | 0 | 0.74 | 0.85 | 0.10 | 7.96 | 0.8 | 0.52 |
| Hex | E6 | 3C | 22 | 0 | 4A | 55 | A | 8 | 50 | 34 |
| Octal | 346 | 74 | 42 | 0 | 112 | 125 | 12 | 10 | 120 | 64 |
| Binary | 11100110 | 111100 | 100010 | 0 | 1001010 | 1010101 | 1010 | 1000 | 1010000 | 110100 |
Color Harmonies of #E63C22
Complementary color
Monochromatic Colors of #E63C22
Black with #E63C22
Text Example
Text Example
White with #E63C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C22; }
p { color: rgb(230,60,34); }
H1.HeaderClassName
{
color: #E63C22;
}
.AnyTagClassName
{
color: #E63C22;
}
</style>
background-color css
<style>
a { background-color: #E63C22; }
a { background-color: rgb(230,60,34); }
div.DivClassName
{
background-color: #E63C22;
}
.BgClassName
{
background-color: #E63C22;
}
</style>
border-color css
<style>
span { border-color: #E63C22; }
span { border-color: rgb(230,60,34); }
td.TdClassName
{
border-color: #E63C22;
}
.TagClassName
{
border-color: #E63C22;
}
</style>