Shades of Cinnabar #E14633
Tints of Cinnabar #E14633
RGB
CMYK
RGB Variations
Color information
#E14633 (or 0xE14633) is known color: Cinnabar. HEX triplet: E1, 46 and 33. RGB value is (225,70,51). Sum of RGB (Red+Green+Blue) = 225+70+51=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E14633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14633 is #1EB9CC. Grayscale: #727272. Windows color (decimal): -2013645 or 3360481. OLE color: 3360481.
HSL color Cylindrical-coordinate representation of color #E14633: hue angle of 6.55º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E14633 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 51 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.12 |
| HSL | 6.55º | 0.74% | 0.54% | - |
| HSV(B) | 6.55º | 0.77% | 0.88% | - |
| XYZ | 33.84 | 20.63 | 5.33 | - |
| YUV | 114.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 51 | 0 | 0.69 | 0.77 | 0.12 | 6.55 | 0.74 | 0.54 |
| Hex | E1 | 46 | 33 | 0 | 45 | 4D | C | 7 | 4A | 36 |
| Octal | 341 | 106 | 63 | 0 | 105 | 115 | 14 | 7 | 112 | 66 |
| Binary | 11100001 | 1000110 | 110011 | 0 | 1000101 | 1001101 | 1100 | 111 | 1001010 | 110110 |
Color Harmonies of #E14633
Complementary color
Monochromatic Colors of #E14633
Black with #E14633
Text Example
Text Example
White with #E14633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14633; }
p { color: rgb(225,70,51); }
H1.HeaderClassName
{
color: #E14633;
}
.AnyTagClassName
{
color: #E14633;
}
</style>
background-color css
<style>
a { background-color: #E14633; }
a { background-color: rgb(225,70,51); }
div.DivClassName
{
background-color: #E14633;
}
.BgClassName
{
background-color: #E14633;
}
</style>
border-color css
<style>
span { border-color: #E14633; }
span { border-color: rgb(225,70,51); }
td.TdClassName
{
border-color: #E14633;
}
.TagClassName
{
border-color: #E14633;
}
</style>