Shades of Cinnabar #E2493F
Tints of Cinnabar #E2493F
RGB
CMYK
RGB Variations
Color information
#E2493F (or 0xE2493F) is known color: Cinnabar. HEX triplet: E2, 49 and 3F. RGB value is (226,73,63). Sum of RGB (Red+Green+Blue) = 226+73+63=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E2493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2493F is #1DB6C0. Grayscale: #757575. Windows color (decimal): -1947329 or 4147682. OLE color: 4147682.
HSL color Cylindrical-coordinate representation of color #E2493F: hue angle of 3.68º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2493F is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 63 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.11 |
| HSL | 3.68º | 0.74% | 0.57% | - |
| HSV(B) | 3.68º | 0.72% | 0.89% | - |
| XYZ | 34.64 | 21.29 | 6.99 | - |
| YUV | 117.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 63 | 0 | 0.68 | 0.72 | 0.11 | 3.68 | 0.74 | 0.57 |
| Hex | E2 | 49 | 3F | 0 | 44 | 48 | B | 4 | 4A | 39 |
| Octal | 342 | 111 | 77 | 0 | 104 | 110 | 13 | 4 | 112 | 71 |
| Binary | 11100010 | 1001001 | 111111 | 0 | 1000100 | 1001000 | 1011 | 100 | 1001010 | 111001 |
Color Harmonies of #E2493F
Complementary color
Monochromatic Colors of #E2493F
Black with #E2493F
Text Example
Text Example
White with #E2493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2493F; }
p { color: rgb(226,73,63); }
H1.HeaderClassName
{
color: #E2493F;
}
.AnyTagClassName
{
color: #E2493F;
}
</style>
background-color css
<style>
a { background-color: #E2493F; }
a { background-color: rgb(226,73,63); }
div.DivClassName
{
background-color: #E2493F;
}
.BgClassName
{
background-color: #E2493F;
}
</style>
border-color css
<style>
span { border-color: #E2493F; }
span { border-color: rgb(226,73,63); }
td.TdClassName
{
border-color: #E2493F;
}
.TagClassName
{
border-color: #E2493F;
}
</style>