Shades of Cinnabar #E2563B
Tints of Cinnabar #E2563B
RGB
CMYK
RGB Variations
Color information
#E2563B (or 0xE2563B) is known color: Cinnabar. HEX triplet: E2, 56 and 3B. RGB value is (226,86,59). Sum of RGB (Red+Green+Blue) = 226+86+59=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2563B is #1DA9C4. Grayscale: #7D7D7D. Windows color (decimal): -1944005 or 3888866. OLE color: 3888866.
HSL color Cylindrical-coordinate representation of color #E2563B: hue angle of 9.7º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2563B is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 59 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.11 |
| HSL | 9.7º | 0.74% | 0.56% | - |
| HSV(B) | 9.7º | 0.74% | 0.89% | - |
| XYZ | 35.48 | 23.14 | 6.73 | - |
| YUV | 124.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 59 | 0 | 0.62 | 0.74 | 0.11 | 9.7 | 0.74 | 0.56 |
| Hex | E2 | 56 | 3B | 0 | 3E | 4A | B | A | 4A | 38 |
| Octal | 342 | 126 | 73 | 0 | 76 | 112 | 13 | 12 | 112 | 70 |
| Binary | 11100010 | 1010110 | 111011 | 0 | 111110 | 1001010 | 1011 | 1010 | 1001010 | 111000 |
Color Harmonies of #E2563B
Complementary color
Monochromatic Colors of #E2563B
Black with #E2563B
Text Example
Text Example
White with #E2563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2563B; }
p { color: rgb(226,86,59); }
H1.HeaderClassName
{
color: #E2563B;
}
.AnyTagClassName
{
color: #E2563B;
}
</style>
background-color css
<style>
a { background-color: #E2563B; }
a { background-color: rgb(226,86,59); }
div.DivClassName
{
background-color: #E2563B;
}
.BgClassName
{
background-color: #E2563B;
}
</style>
border-color css
<style>
span { border-color: #E2563B; }
span { border-color: rgb(226,86,59); }
td.TdClassName
{
border-color: #E2563B;
}
.TagClassName
{
border-color: #E2563B;
}
</style>