Shades of Cinnabar #E43320
Tints of Cinnabar #E43320
RGB
CMYK
RGB Variations
Color information
#E43320 (or 0xE43320) is known color: Cinnabar. HEX triplet: E4, 33 and 20. RGB value is (228,51,32). Sum of RGB (Red+Green+Blue) = 228+51+32=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E43320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43320 is #1BCCDF. Grayscale: #666666. Windows color (decimal): -1821920 or 2110436. OLE color: 2110436.
HSL color Cylindrical-coordinate representation of color #E43320: hue angle of 5.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E43320 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 51 | 32 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.11 |
| HSL | 5.82º | 0.78% | 0.51% | - |
| HSV(B) | 5.82º | 0.86% | 0.89% | - |
| XYZ | 33.44 | 18.97 | 3.26 | - |
| YUV | 101.76 | 88.64 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 32 | 0 | 0.78 | 0.86 | 0.11 | 5.82 | 0.78 | 0.51 |
| Hex | E4 | 33 | 20 | 0 | 4E | 56 | B | 6 | 4E | 33 |
| Octal | 344 | 63 | 40 | 0 | 116 | 126 | 13 | 6 | 116 | 63 |
| Binary | 11100100 | 110011 | 100000 | 0 | 1001110 | 1010110 | 1011 | 110 | 1001110 | 110011 |
Color Harmonies of #E43320
Complementary color
Monochromatic Colors of #E43320
Black with #E43320
Text Example
Text Example
White with #E43320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43320; }
p { color: rgb(228,51,32); }
H1.HeaderClassName
{
color: #E43320;
}
.AnyTagClassName
{
color: #E43320;
}
</style>
background-color css
<style>
a { background-color: #E43320; }
a { background-color: rgb(228,51,32); }
div.DivClassName
{
background-color: #E43320;
}
.BgClassName
{
background-color: #E43320;
}
</style>
border-color css
<style>
span { border-color: #E43320; }
span { border-color: rgb(228,51,32); }
td.TdClassName
{
border-color: #E43320;
}
.TagClassName
{
border-color: #E43320;
}
</style>