Shades of Cinnabar #E63E2E
Tints of Cinnabar #E63E2E
RGB
CMYK
RGB Variations
Color information
#E63E2E (or 0xE63E2E) is known color: Cinnabar. HEX triplet: E6, 3E and 2E. RGB value is (230,62,46). Sum of RGB (Red+Green+Blue) = 230+62+46=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E63E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63E2E is #19C1D1. Grayscale: #6E6E6E. Windows color (decimal): -1688018 or 3030758. OLE color: 3030758.
HSL color Cylindrical-coordinate representation of color #E63E2E: hue angle of 5.22º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E63E2E is Cyan = 0, Magento = 0.73, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 62 | 46 | - |
| CMYK | 0 | 0.73 | 0.8 | 0.10 |
| HSL | 5.22º | 0.79% | 0.54% | - |
| HSV(B) | 5.22º | 0.8% | 0.9% | - |
| XYZ | 34.85 | 20.47 | 4.7 | - |
| YUV | 110.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 46 | 0 | 0.73 | 0.8 | 0.10 | 5.22 | 0.79 | 0.54 |
| Hex | E6 | 3E | 2E | 0 | 49 | 50 | A | 5 | 4F | 36 |
| Octal | 346 | 76 | 56 | 0 | 111 | 120 | 12 | 5 | 117 | 66 |
| Binary | 11100110 | 111110 | 101110 | 0 | 1001001 | 1010000 | 1010 | 101 | 1001111 | 110110 |
Color Harmonies of #E63E2E
Complementary color
Monochromatic Colors of #E63E2E
Black with #E63E2E
Text Example
Text Example
White with #E63E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63E2E; }
p { color: rgb(230,62,46); }
H1.HeaderClassName
{
color: #E63E2E;
}
.AnyTagClassName
{
color: #E63E2E;
}
</style>
background-color css
<style>
a { background-color: #E63E2E; }
a { background-color: rgb(230,62,46); }
div.DivClassName
{
background-color: #E63E2E;
}
.BgClassName
{
background-color: #E63E2E;
}
</style>
border-color css
<style>
span { border-color: #E63E2E; }
span { border-color: rgb(230,62,46); }
td.TdClassName
{
border-color: #E63E2E;
}
.TagClassName
{
border-color: #E63E2E;
}
</style>