Shades of Cinnabar #E14128
Tints of Cinnabar #E14128
RGB
CMYK
RGB Variations
Color information
#E14128 (or 0xE14128) is known color: Cinnabar. HEX triplet: E1, 41 and 28. RGB value is (225,65,40). Sum of RGB (Red+Green+Blue) = 225+65+40=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E14128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14128 is #1EBED7. Grayscale: #6E6E6E. Windows color (decimal): -2014936 or 2638305. OLE color: 2638305.
HSL color Cylindrical-coordinate representation of color #E14128: hue angle of 8.11º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E14128 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.12 |
| HSL | 8.11º | 0.76% | 0.52% | - |
| HSV(B) | 8.11º | 0.82% | 0.88% | - |
| XYZ | 33.32 | 19.94 | 4.1 | - |
| YUV | 109.99 | 88.51 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 40 | 0 | 0.71 | 0.82 | 0.12 | 8.11 | 0.76 | 0.52 |
| Hex | E1 | 41 | 28 | 0 | 47 | 52 | C | 8 | 4C | 34 |
| Octal | 341 | 101 | 50 | 0 | 107 | 122 | 14 | 10 | 114 | 64 |
| Binary | 11100001 | 1000001 | 101000 | 0 | 1000111 | 1010010 | 1100 | 1000 | 1001100 | 110100 |
Color Harmonies of #E14128
Complementary color
Monochromatic Colors of #E14128
Black with #E14128
Text Example
Text Example
White with #E14128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14128; }
p { color: rgb(225,65,40); }
H1.HeaderClassName
{
color: #E14128;
}
.AnyTagClassName
{
color: #E14128;
}
</style>
background-color css
<style>
a { background-color: #E14128; }
a { background-color: rgb(225,65,40); }
div.DivClassName
{
background-color: #E14128;
}
.BgClassName
{
background-color: #E14128;
}
</style>
border-color css
<style>
span { border-color: #E14128; }
span { border-color: rgb(225,65,40); }
td.TdClassName
{
border-color: #E14128;
}
.TagClassName
{
border-color: #E14128;
}
</style>