Shades of Cinnabar #E1493F
Tints of Cinnabar #E1493F
RGB
CMYK
RGB Variations
Color information
#E1493F (or 0xE1493F) is known color: Cinnabar. HEX triplet: E1, 49 and 3F. RGB value is (225,73,63). Sum of RGB (Red+Green+Blue) = 225+73+63=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E1493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1493F is #1EB6C0. Grayscale: #757575. Windows color (decimal): -2012865 or 4147681. OLE color: 4147681.
HSL color Cylindrical-coordinate representation of color #E1493F: hue angle of 3.7º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1493F is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 63 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.12 |
| HSL | 3.7º | 0.73% | 0.56% | - |
| HSV(B) | 3.7º | 0.72% | 0.88% | - |
| XYZ | 34.33 | 21.13 | 6.97 | - |
| YUV | 117.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 63 | 0 | 0.68 | 0.72 | 0.12 | 3.7 | 0.73 | 0.56 |
| Hex | E1 | 49 | 3F | 0 | 44 | 48 | C | 4 | 49 | 38 |
| Octal | 341 | 111 | 77 | 0 | 104 | 110 | 14 | 4 | 111 | 70 |
| Binary | 11100001 | 1001001 | 111111 | 0 | 1000100 | 1001000 | 1100 | 100 | 1001001 | 111000 |
Color Harmonies of #E1493F
Complementary color
Monochromatic Colors of #E1493F
Black with #E1493F
Text Example
Text Example
White with #E1493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1493F; }
p { color: rgb(225,73,63); }
H1.HeaderClassName
{
color: #E1493F;
}
.AnyTagClassName
{
color: #E1493F;
}
</style>
background-color css
<style>
a { background-color: #E1493F; }
a { background-color: rgb(225,73,63); }
div.DivClassName
{
background-color: #E1493F;
}
.BgClassName
{
background-color: #E1493F;
}
</style>
border-color css
<style>
span { border-color: #E1493F; }
span { border-color: rgb(225,73,63); }
td.TdClassName
{
border-color: #E1493F;
}
.TagClassName
{
border-color: #E1493F;
}
</style>