Shades of Cinnabar #E2503C
Tints of Cinnabar #E2503C
RGB
CMYK
RGB Variations
Color information
#E2503C (or 0xE2503C) is known color: Cinnabar. HEX triplet: E2, 50 and 3C. RGB value is (226,80,60). Sum of RGB (Red+Green+Blue) = 226+80+60=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2503C is #1DAFC3. Grayscale: #797979. Windows color (decimal): -1945540 or 3952866. OLE color: 3952866.
HSL color Cylindrical-coordinate representation of color #E2503C: hue angle of 7.23º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2503C is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 60 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.11 |
| HSL | 7.23º | 0.74% | 0.56% | - |
| HSV(B) | 7.23º | 0.73% | 0.89% | - |
| XYZ | 35.05 | 22.23 | 6.72 | - |
| YUV | 121.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 60 | 0 | 0.65 | 0.73 | 0.11 | 7.23 | 0.74 | 0.56 |
| Hex | E2 | 50 | 3C | 0 | 41 | 49 | B | 7 | 4A | 38 |
| Octal | 342 | 120 | 74 | 0 | 101 | 111 | 13 | 7 | 112 | 70 |
| Binary | 11100010 | 1010000 | 111100 | 0 | 1000001 | 1001001 | 1011 | 111 | 1001010 | 111000 |
Color Harmonies of #E2503C
Complementary color
Monochromatic Colors of #E2503C
Black with #E2503C
Text Example
Text Example
White with #E2503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2503C; }
p { color: rgb(226,80,60); }
H1.HeaderClassName
{
color: #E2503C;
}
.AnyTagClassName
{
color: #E2503C;
}
</style>
background-color css
<style>
a { background-color: #E2503C; }
a { background-color: rgb(226,80,60); }
div.DivClassName
{
background-color: #E2503C;
}
.BgClassName
{
background-color: #E2503C;
}
</style>
border-color css
<style>
span { border-color: #E2503C; }
span { border-color: rgb(226,80,60); }
td.TdClassName
{
border-color: #E2503C;
}
.TagClassName
{
border-color: #E2503C;
}
</style>