Shades of Cinnabar #E54B41
Tints of Cinnabar #E54B41
RGB
CMYK
RGB Variations
Color information
#E54B41 (or 0xE54B41) is known color: Cinnabar. HEX triplet: E5, 4B and 41. RGB value is (229,75,65). Sum of RGB (Red+Green+Blue) = 229+75+65=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54B41 is #1AB4BE. Grayscale: #787878. Windows color (decimal): -1750207 or 4279269. OLE color: 4279269.
HSL color Cylindrical-coordinate representation of color #E54B41: hue angle of 3.66º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54B41 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 65 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.10 |
| HSL | 3.66º | 0.76% | 0.58% | - |
| HSV(B) | 3.66º | 0.72% | 0.9% | - |
| XYZ | 35.78 | 22.07 | 7.38 | - |
| YUV | 119.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 65 | 0 | 0.67 | 0.72 | 0.10 | 3.66 | 0.76 | 0.58 |
| Hex | E5 | 4B | 41 | 0 | 43 | 48 | A | 4 | 4C | 3A |
| Octal | 345 | 113 | 101 | 0 | 103 | 110 | 12 | 4 | 114 | 72 |
| Binary | 11100101 | 1001011 | 1000001 | 0 | 1000011 | 1001000 | 1010 | 100 | 1001100 | 111010 |
Color Harmonies of #E54B41
Complementary color
Monochromatic Colors of #E54B41
Black with #E54B41
Text Example
Text Example
White with #E54B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B41; }
p { color: rgb(229,75,65); }
H1.HeaderClassName
{
color: #E54B41;
}
.AnyTagClassName
{
color: #E54B41;
}
</style>
background-color css
<style>
a { background-color: #E54B41; }
a { background-color: rgb(229,75,65); }
div.DivClassName
{
background-color: #E54B41;
}
.BgClassName
{
background-color: #E54B41;
}
</style>
border-color css
<style>
span { border-color: #E54B41; }
span { border-color: rgb(229,75,65); }
td.TdClassName
{
border-color: #E54B41;
}
.TagClassName
{
border-color: #E54B41;
}
</style>