Shades of Cinnabar #E55530
Tints of Cinnabar #E55530
RGB
CMYK
RGB Variations
Color information
#E55530 (or 0xE55530) is known color: Cinnabar. HEX triplet: E5, 55 and 30. RGB value is (229,85,48). Sum of RGB (Red+Green+Blue) = 229+85+48=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E55530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55530 is #1AAACF. Grayscale: #7C7C7C. Windows color (decimal): -1747664 or 3167717. OLE color: 3167717.
HSL color Cylindrical-coordinate representation of color #E55530: hue angle of 12.27º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55530 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 48 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.10 |
| HSL | 12.27º | 0.78% | 0.54% | - |
| HSV(B) | 12.27º | 0.79% | 0.9% | - |
| XYZ | 36.1 | 23.37 | 5.4 | - |
| YUV | 123.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 48 | 0 | 0.63 | 0.79 | 0.10 | 12.27 | 0.78 | 0.54 |
| Hex | E5 | 55 | 30 | 0 | 3F | 4F | A | C | 4E | 36 |
| Octal | 345 | 125 | 60 | 0 | 77 | 117 | 12 | 14 | 116 | 66 |
| Binary | 11100101 | 1010101 | 110000 | 0 | 111111 | 1001111 | 1010 | 1100 | 1001110 | 110110 |
Color Harmonies of #E55530
Complementary color
Monochromatic Colors of #E55530
Black with #E55530
Text Example
Text Example
White with #E55530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55530; }
p { color: rgb(229,85,48); }
H1.HeaderClassName
{
color: #E55530;
}
.AnyTagClassName
{
color: #E55530;
}
</style>
background-color css
<style>
a { background-color: #E55530; }
a { background-color: rgb(229,85,48); }
div.DivClassName
{
background-color: #E55530;
}
.BgClassName
{
background-color: #E55530;
}
</style>
border-color css
<style>
span { border-color: #E55530; }
span { border-color: rgb(229,85,48); }
td.TdClassName
{
border-color: #E55530;
}
.TagClassName
{
border-color: #E55530;
}
</style>