Shades of Cinnabar #E54541
Tints of Cinnabar #E54541
RGB
CMYK
RGB Variations
Color information
#E54541 (or 0xE54541) is known color: Cinnabar. HEX triplet: E5, 45 and 41. RGB value is (229,69,65). Sum of RGB (Red+Green+Blue) = 229+69+65=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E54541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54541 is #1ABABE. Grayscale: #747474. Windows color (decimal): -1751743 or 4277733. OLE color: 4277733.
HSL color Cylindrical-coordinate representation of color #E54541: hue angle of 1.46º 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 #E54541 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 65 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.10 |
| HSL | 1.46º | 0.76% | 0.58% | - |
| HSV(B) | 1.46º | 0.72% | 0.9% | - |
| XYZ | 35.4 | 21.3 | 7.25 | - |
| YUV | 116.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 65 | 0 | 0.70 | 0.72 | 0.10 | 1.46 | 0.76 | 0.58 |
| Hex | E5 | 45 | 41 | 0 | 46 | 48 | A | 1 | 4C | 3A |
| Octal | 345 | 105 | 101 | 0 | 106 | 110 | 12 | 1 | 114 | 72 |
| Binary | 11100101 | 1000101 | 1000001 | 0 | 1000110 | 1001000 | 1010 | 1 | 1001100 | 111010 |
Color Harmonies of #E54541
Complementary color
Monochromatic Colors of #E54541
Black with #E54541
Text Example
Text Example
White with #E54541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54541; }
p { color: rgb(229,69,65); }
H1.HeaderClassName
{
color: #E54541;
}
.AnyTagClassName
{
color: #E54541;
}
</style>
background-color css
<style>
a { background-color: #E54541; }
a { background-color: rgb(229,69,65); }
div.DivClassName
{
background-color: #E54541;
}
.BgClassName
{
background-color: #E54541;
}
</style>
border-color css
<style>
span { border-color: #E54541; }
span { border-color: rgb(229,69,65); }
td.TdClassName
{
border-color: #E54541;
}
.TagClassName
{
border-color: #E54541;
}
</style>