Shades of Cinnabar #E03426
Tints of Cinnabar #E03426
RGB
CMYK
RGB Variations
Color information
#E03426 (or 0xE03426) is known color: Cinnabar. HEX triplet: E0, 34 and 26. RGB value is (224,52,38). Sum of RGB (Red+Green+Blue) = 224+52+38=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E03426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03426 is #1FCBD9. Grayscale: #666666. Windows color (decimal): -2083802 or 2503904. OLE color: 2503904.
HSL color Cylindrical-coordinate representation of color #E03426: hue angle of 4.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E03426 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 38 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.12 |
| HSL | 4.52º | 0.75% | 0.51% | - |
| HSV(B) | 4.52º | 0.83% | 0.88% | - |
| XYZ | 32.32 | 18.44 | 3.69 | - |
| YUV | 101.83 | 91.98 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 38 | 0 | 0.77 | 0.83 | 0.12 | 4.52 | 0.75 | 0.51 |
| Hex | E0 | 34 | 26 | 0 | 4D | 53 | C | 5 | 4B | 33 |
| Octal | 340 | 64 | 46 | 0 | 115 | 123 | 14 | 5 | 113 | 63 |
| Binary | 11100000 | 110100 | 100110 | 0 | 1001101 | 1010011 | 1100 | 101 | 1001011 | 110011 |
Color Harmonies of #E03426
Complementary color
Monochromatic Colors of #E03426
Black with #E03426
Text Example
Text Example
White with #E03426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03426; }
p { color: rgb(224,52,38); }
H1.HeaderClassName
{
color: #E03426;
}
.AnyTagClassName
{
color: #E03426;
}
</style>
background-color css
<style>
a { background-color: #E03426; }
a { background-color: rgb(224,52,38); }
div.DivClassName
{
background-color: #E03426;
}
.BgClassName
{
background-color: #E03426;
}
</style>
border-color css
<style>
span { border-color: #E03426; }
span { border-color: rgb(224,52,38); }
td.TdClassName
{
border-color: #E03426;
}
.TagClassName
{
border-color: #E03426;
}
</style>