Shades of Cinnabar #E14533
Tints of Cinnabar #E14533
RGB
CMYK
RGB Variations
Color information
#E14533 (or 0xE14533) is known color: Cinnabar. HEX triplet: E1, 45 and 33. RGB value is (225,69,51). Sum of RGB (Red+Green+Blue) = 225+69+51=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E14533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14533 is #1EBACC. Grayscale: #717171. Windows color (decimal): -2013901 or 3360225. OLE color: 3360225.
HSL color Cylindrical-coordinate representation of color #E14533: hue angle of 6.21º 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 #E14533 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 51 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.12 |
| HSL | 6.21º | 0.74% | 0.54% | - |
| HSV(B) | 6.21º | 0.77% | 0.88% | - |
| XYZ | 33.78 | 20.5 | 5.31 | - |
| YUV | 113.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 51 | 0 | 0.69 | 0.77 | 0.12 | 6.21 | 0.74 | 0.54 |
| Hex | E1 | 45 | 33 | 0 | 45 | 4D | C | 6 | 4A | 36 |
| Octal | 341 | 105 | 63 | 0 | 105 | 115 | 14 | 6 | 112 | 66 |
| Binary | 11100001 | 1000101 | 110011 | 0 | 1000101 | 1001101 | 1100 | 110 | 1001010 | 110110 |
Color Harmonies of #E14533
Complementary color
Monochromatic Colors of #E14533
Black with #E14533
Text Example
Text Example
White with #E14533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14533; }
p { color: rgb(225,69,51); }
H1.HeaderClassName
{
color: #E14533;
}
.AnyTagClassName
{
color: #E14533;
}
</style>
background-color css
<style>
a { background-color: #E14533; }
a { background-color: rgb(225,69,51); }
div.DivClassName
{
background-color: #E14533;
}
.BgClassName
{
background-color: #E14533;
}
</style>
border-color css
<style>
span { border-color: #E14533; }
span { border-color: rgb(225,69,51); }
td.TdClassName
{
border-color: #E14533;
}
.TagClassName
{
border-color: #E14533;
}
</style>