Shades of Cinnabar #E43326
Tints of Cinnabar #E43326
RGB
CMYK
RGB Variations
Color information
#E43326 (or 0xE43326) is known color: Cinnabar. HEX triplet: E4, 33 and 26. RGB value is (228,51,38). Sum of RGB (Red+Green+Blue) = 228+51+38=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E43326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43326 is #1BCCD9. Grayscale: #666666. Windows color (decimal): -1821914 or 2503652. OLE color: 2503652.
HSL color Cylindrical-coordinate representation of color #E43326: hue angle of 4.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E43326 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 51 | 38 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.11 |
| HSL | 4.11º | 0.78% | 0.52% | - |
| HSV(B) | 4.11º | 0.83% | 0.89% | - |
| XYZ | 33.53 | 19 | 3.73 | - |
| YUV | 102.44 | 91.64 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 38 | 0 | 0.78 | 0.83 | 0.11 | 4.11 | 0.78 | 0.52 |
| Hex | E4 | 33 | 26 | 0 | 4E | 53 | B | 4 | 4E | 34 |
| Octal | 344 | 63 | 46 | 0 | 116 | 123 | 13 | 4 | 116 | 64 |
| Binary | 11100100 | 110011 | 100110 | 0 | 1001110 | 1010011 | 1011 | 100 | 1001110 | 110100 |
Color Harmonies of #E43326
Complementary color
Monochromatic Colors of #E43326
Black with #E43326
Text Example
Text Example
White with #E43326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43326; }
p { color: rgb(228,51,38); }
H1.HeaderClassName
{
color: #E43326;
}
.AnyTagClassName
{
color: #E43326;
}
</style>
background-color css
<style>
a { background-color: #E43326; }
a { background-color: rgb(228,51,38); }
div.DivClassName
{
background-color: #E43326;
}
.BgClassName
{
background-color: #E43326;
}
</style>
border-color css
<style>
span { border-color: #E43326; }
span { border-color: rgb(228,51,38); }
td.TdClassName
{
border-color: #E43326;
}
.TagClassName
{
border-color: #E43326;
}
</style>