Shades of Cinnabar #E05231
Tints of Cinnabar #E05231
RGB
CMYK
RGB Variations
Color information
#E05231 (or 0xE05231) is known color: Cinnabar. HEX triplet: E0, 52 and 31. RGB value is (224,82,49). Sum of RGB (Red+Green+Blue) = 224+82+49=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E05231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05231 is #1FADCE. Grayscale: #787878. Windows color (decimal): -2076111 or 3232480. OLE color: 3232480.
HSL color Cylindrical-coordinate representation of color #E05231: hue angle of 11.31º 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 #E05231 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 49 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.12 |
| HSL | 11.31º | 0.74% | 0.54% | - |
| HSV(B) | 11.31º | 0.78% | 0.88% | - |
| XYZ | 34.31 | 22.1 | 5.36 | - |
| YUV | 120.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 49 | 0 | 0.63 | 0.78 | 0.12 | 11.31 | 0.74 | 0.54 |
| Hex | E0 | 52 | 31 | 0 | 3F | 4E | C | B | 4A | 36 |
| Octal | 340 | 122 | 61 | 0 | 77 | 116 | 14 | 13 | 112 | 66 |
| Binary | 11100000 | 1010010 | 110001 | 0 | 111111 | 1001110 | 1100 | 1011 | 1001010 | 110110 |
Color Harmonies of #E05231
Complementary color
Monochromatic Colors of #E05231
Black with #E05231
Text Example
Text Example
White with #E05231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05231; }
p { color: rgb(224,82,49); }
H1.HeaderClassName
{
color: #E05231;
}
.AnyTagClassName
{
color: #E05231;
}
</style>
background-color css
<style>
a { background-color: #E05231; }
a { background-color: rgb(224,82,49); }
div.DivClassName
{
background-color: #E05231;
}
.BgClassName
{
background-color: #E05231;
}
</style>
border-color css
<style>
span { border-color: #E05231; }
span { border-color: rgb(224,82,49); }
td.TdClassName
{
border-color: #E05231;
}
.TagClassName
{
border-color: #E05231;
}
</style>