Shades of Cinnabar #E55331
Tints of Cinnabar #E55331
RGB
CMYK
RGB Variations
Color information
#E55331 (or 0xE55331) is known color: Cinnabar. HEX triplet: E5, 53 and 31. RGB value is (229,83,49). Sum of RGB (Red+Green+Blue) = 229+83+49=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E55331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55331 is #1AACCE. Grayscale: #7B7B7B. Windows color (decimal): -1748175 or 3232741. OLE color: 3232741.
HSL color Cylindrical-coordinate representation of color #E55331: hue angle of 11.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55331 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 49 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.10 |
| HSL | 11.33º | 0.78% | 0.55% | - |
| HSV(B) | 11.33º | 0.79% | 0.9% | - |
| XYZ | 35.96 | 23.07 | 5.46 | - |
| YUV | 122.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 49 | 0 | 0.64 | 0.79 | 0.10 | 11.33 | 0.78 | 0.55 |
| Hex | E5 | 53 | 31 | 0 | 40 | 4F | A | B | 4E | 37 |
| Octal | 345 | 123 | 61 | 0 | 100 | 117 | 12 | 13 | 116 | 67 |
| Binary | 11100101 | 1010011 | 110001 | 0 | 1000000 | 1001111 | 1010 | 1011 | 1001110 | 110111 |
Color Harmonies of #E55331
Complementary color
Monochromatic Colors of #E55331
Black with #E55331
Text Example
Text Example
White with #E55331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55331; }
p { color: rgb(229,83,49); }
H1.HeaderClassName
{
color: #E55331;
}
.AnyTagClassName
{
color: #E55331;
}
</style>
background-color css
<style>
a { background-color: #E55331; }
a { background-color: rgb(229,83,49); }
div.DivClassName
{
background-color: #E55331;
}
.BgClassName
{
background-color: #E55331;
}
</style>
border-color css
<style>
span { border-color: #E55331; }
span { border-color: rgb(229,83,49); }
td.TdClassName
{
border-color: #E55331;
}
.TagClassName
{
border-color: #E55331;
}
</style>