Shades of Cinnabar #E05331
Tints of Cinnabar #E05331
RGB
CMYK
RGB Variations
Color information
#E05331 (or 0xE05331) is known color: Cinnabar. HEX triplet: E0, 53 and 31. RGB value is (224,83,49). Sum of RGB (Red+Green+Blue) = 224+83+49=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E05331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05331 is #1FACCE. Grayscale: #797979. Windows color (decimal): -2075855 or 3232736. OLE color: 3232736.
HSL color Cylindrical-coordinate representation of color #E05331: hue angle of 11.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E05331 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 49 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.12 |
| HSL | 11.66º | 0.74% | 0.54% | - |
| HSV(B) | 11.66º | 0.78% | 0.88% | - |
| XYZ | 34.39 | 22.26 | 5.39 | - |
| YUV | 121.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 49 | 0 | 0.63 | 0.78 | 0.12 | 11.66 | 0.74 | 0.54 |
| Hex | E0 | 53 | 31 | 0 | 3F | 4E | C | C | 4A | 36 |
| Octal | 340 | 123 | 61 | 0 | 77 | 116 | 14 | 14 | 112 | 66 |
| Binary | 11100000 | 1010011 | 110001 | 0 | 111111 | 1001110 | 1100 | 1100 | 1001010 | 110110 |
Color Harmonies of #E05331
Complementary color
Monochromatic Colors of #E05331
Black with #E05331
Text Example
Text Example
White with #E05331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05331; }
p { color: rgb(224,83,49); }
H1.HeaderClassName
{
color: #E05331;
}
.AnyTagClassName
{
color: #E05331;
}
</style>
background-color css
<style>
a { background-color: #E05331; }
a { background-color: rgb(224,83,49); }
div.DivClassName
{
background-color: #E05331;
}
.BgClassName
{
background-color: #E05331;
}
</style>
border-color css
<style>
span { border-color: #E05331; }
span { border-color: rgb(224,83,49); }
td.TdClassName
{
border-color: #E05331;
}
.TagClassName
{
border-color: #E05331;
}
</style>