Shades of Cinnabar #E54238
Tints of Cinnabar #E54238
RGB
CMYK
RGB Variations
Color information
#E54238 (or 0xE54238) is known color: Cinnabar. HEX triplet: E5, 42 and 38. RGB value is (229,66,56). Sum of RGB (Red+Green+Blue) = 229+66+56=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E54238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54238 is #1ABDC7. Grayscale: #717171. Windows color (decimal): -1752520 or 3687141. OLE color: 3687141.
HSL color Cylindrical-coordinate representation of color #E54238: hue angle of 3.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E54238 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 56 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.10 |
| HSL | 3.47º | 0.77% | 0.56% | - |
| HSV(B) | 3.47º | 0.76% | 0.9% | - |
| XYZ | 34.98 | 20.84 | 5.92 | - |
| YUV | 113.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 56 | 0 | 0.71 | 0.76 | 0.10 | 3.47 | 0.77 | 0.56 |
| Hex | E5 | 42 | 38 | 0 | 47 | 4C | A | 3 | 4D | 38 |
| Octal | 345 | 102 | 70 | 0 | 107 | 114 | 12 | 3 | 115 | 70 |
| Binary | 11100101 | 1000010 | 111000 | 0 | 1000111 | 1001100 | 1010 | 11 | 1001101 | 111000 |
Color Harmonies of #E54238
Complementary color
Monochromatic Colors of #E54238
Black with #E54238
Text Example
Text Example
White with #E54238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54238; }
p { color: rgb(229,66,56); }
H1.HeaderClassName
{
color: #E54238;
}
.AnyTagClassName
{
color: #E54238;
}
</style>
background-color css
<style>
a { background-color: #E54238; }
a { background-color: rgb(229,66,56); }
div.DivClassName
{
background-color: #E54238;
}
.BgClassName
{
background-color: #E54238;
}
</style>
border-color css
<style>
span { border-color: #E54238; }
span { border-color: rgb(229,66,56); }
td.TdClassName
{
border-color: #E54238;
}
.TagClassName
{
border-color: #E54238;
}
</style>