Shades of Cinnabar #E54538
Tints of Cinnabar #E54538
RGB
CMYK
RGB Variations
Color information
#E54538 (or 0xE54538) is known color: Cinnabar. HEX triplet: E5, 45 and 38. RGB value is (229,69,56). Sum of RGB (Red+Green+Blue) = 229+69+56=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E54538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54538 is #1ABAC7. Grayscale: #737373. Windows color (decimal): -1751752 or 3687909. OLE color: 3687909.
HSL color Cylindrical-coordinate representation of color #E54538: hue angle of 4.51º 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 #E54538 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 56 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.10 |
| HSL | 4.51º | 0.77% | 0.56% | - |
| HSV(B) | 4.51º | 0.76% | 0.9% | - |
| XYZ | 35.16 | 21.2 | 5.98 | - |
| YUV | 115.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 56 | 0 | 0.70 | 0.76 | 0.10 | 4.51 | 0.77 | 0.56 |
| Hex | E5 | 45 | 38 | 0 | 46 | 4C | A | 5 | 4D | 38 |
| Octal | 345 | 105 | 70 | 0 | 106 | 114 | 12 | 5 | 115 | 70 |
| Binary | 11100101 | 1000101 | 111000 | 0 | 1000110 | 1001100 | 1010 | 101 | 1001101 | 111000 |
Color Harmonies of #E54538
Complementary color
Monochromatic Colors of #E54538
Black with #E54538
Text Example
Text Example
White with #E54538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54538; }
p { color: rgb(229,69,56); }
H1.HeaderClassName
{
color: #E54538;
}
.AnyTagClassName
{
color: #E54538;
}
</style>
background-color css
<style>
a { background-color: #E54538; }
a { background-color: rgb(229,69,56); }
div.DivClassName
{
background-color: #E54538;
}
.BgClassName
{
background-color: #E54538;
}
</style>
border-color css
<style>
span { border-color: #E54538; }
span { border-color: rgb(229,69,56); }
td.TdClassName
{
border-color: #E54538;
}
.TagClassName
{
border-color: #E54538;
}
</style>