Shades of Cinnabar #E63622
Tints of Cinnabar #E63622
RGB
CMYK
RGB Variations
Color information
#E63622 (or 0xE63622) is known color: Cinnabar. HEX triplet: E6, 36 and 22. RGB value is (230,54,34). Sum of RGB (Red+Green+Blue) = 230+54+34=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E63622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63622 is #19C9DD. Grayscale: #686868. Windows color (decimal): -1690078 or 2242278. OLE color: 2242278.
HSL color Cylindrical-coordinate representation of color #E63622: hue angle of 6.12º 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 #E63622 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.10 |
| HSL | 6.12º | 0.8% | 0.52% | - |
| HSV(B) | 6.12º | 0.85% | 0.9% | - |
| XYZ | 34.24 | 19.58 | 3.49 | - |
| YUV | 104.34 | 88.31 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 34 | 0 | 0.77 | 0.85 | 0.10 | 6.12 | 0.8 | 0.52 |
| Hex | E6 | 36 | 22 | 0 | 4D | 55 | A | 6 | 50 | 34 |
| Octal | 346 | 66 | 42 | 0 | 115 | 125 | 12 | 6 | 120 | 64 |
| Binary | 11100110 | 110110 | 100010 | 0 | 1001101 | 1010101 | 1010 | 110 | 1010000 | 110100 |
Color Harmonies of #E63622
Complementary color
Monochromatic Colors of #E63622
Black with #E63622
Text Example
Text Example
White with #E63622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63622; }
p { color: rgb(230,54,34); }
H1.HeaderClassName
{
color: #E63622;
}
.AnyTagClassName
{
color: #E63622;
}
</style>
background-color css
<style>
a { background-color: #E63622; }
a { background-color: rgb(230,54,34); }
div.DivClassName
{
background-color: #E63622;
}
.BgClassName
{
background-color: #E63622;
}
</style>
border-color css
<style>
span { border-color: #E63622; }
span { border-color: rgb(230,54,34); }
td.TdClassName
{
border-color: #E63622;
}
.TagClassName
{
border-color: #E63622;
}
</style>