Shades of Cinnabar #E04627
Tints of Cinnabar #E04627
RGB
CMYK
RGB Variations
Color information
#E04627 (or 0xE04627) is known color: Cinnabar. HEX triplet: E0, 46 and 27. RGB value is (224,70,39). Sum of RGB (Red+Green+Blue) = 224+70+39=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E04627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04627 is #1FB9D8. Grayscale: #707070. Windows color (decimal): -2079193 or 2574048. OLE color: 2574048.
HSL color Cylindrical-coordinate representation of color #E04627: hue angle of 10.05º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E04627 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 39 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.12 |
| HSL | 10.05º | 0.75% | 0.52% | - |
| HSV(B) | 10.05º | 0.83% | 0.88% | - |
| XYZ | 33.3 | 20.37 | 4.1 | - |
| YUV | 112.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 39 | 0 | 0.69 | 0.83 | 0.12 | 10.05 | 0.75 | 0.52 |
| Hex | E0 | 46 | 27 | 0 | 45 | 53 | C | A | 4B | 34 |
| Octal | 340 | 106 | 47 | 0 | 105 | 123 | 14 | 12 | 113 | 64 |
| Binary | 11100000 | 1000110 | 100111 | 0 | 1000101 | 1010011 | 1100 | 1010 | 1001011 | 110100 |
Color Harmonies of #E04627
Complementary color
Monochromatic Colors of #E04627
Black with #E04627
Text Example
Text Example
White with #E04627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04627; }
p { color: rgb(224,70,39); }
H1.HeaderClassName
{
color: #E04627;
}
.AnyTagClassName
{
color: #E04627;
}
</style>
background-color css
<style>
a { background-color: #E04627; }
a { background-color: rgb(224,70,39); }
div.DivClassName
{
background-color: #E04627;
}
.BgClassName
{
background-color: #E04627;
}
</style>
border-color css
<style>
span { border-color: #E04627; }
span { border-color: rgb(224,70,39); }
td.TdClassName
{
border-color: #E04627;
}
.TagClassName
{
border-color: #E04627;
}
</style>