Shades of Cinnabar #E4403A
Tints of Cinnabar #E4403A
RGB
CMYK
RGB Variations
Color information
#E4403A (or 0xE4403A) is known color: Cinnabar. HEX triplet: E4, 40 and 3A. RGB value is (228,64,58). Sum of RGB (Red+Green+Blue) = 228+64+58=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E4403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4403A is #1BBFC5. Grayscale: #707070. Windows color (decimal): -1818566 or 3817700. OLE color: 3817700.
HSL color Cylindrical-coordinate representation of color #E4403A: hue angle of 2.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4403A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 58 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.11 |
| HSL | 2.12º | 0.76% | 0.56% | - |
| HSV(B) | 2.12º | 0.75% | 0.89% | - |
| XYZ | 34.59 | 20.47 | 6.13 | - |
| YUV | 112.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 58 | 0 | 0.72 | 0.75 | 0.11 | 2.12 | 0.76 | 0.56 |
| Hex | E4 | 40 | 3A | 0 | 48 | 4B | B | 2 | 4C | 38 |
| Octal | 344 | 100 | 72 | 0 | 110 | 113 | 13 | 2 | 114 | 70 |
| Binary | 11100100 | 1000000 | 111010 | 0 | 1001000 | 1001011 | 1011 | 10 | 1001100 | 111000 |
Color Harmonies of #E4403A
Complementary color
Monochromatic Colors of #E4403A
Black with #E4403A
Text Example
Text Example
White with #E4403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4403A; }
p { color: rgb(228,64,58); }
H1.HeaderClassName
{
color: #E4403A;
}
.AnyTagClassName
{
color: #E4403A;
}
</style>
background-color css
<style>
a { background-color: #E4403A; }
a { background-color: rgb(228,64,58); }
div.DivClassName
{
background-color: #E4403A;
}
.BgClassName
{
background-color: #E4403A;
}
</style>
border-color css
<style>
span { border-color: #E4403A; }
span { border-color: rgb(228,64,58); }
td.TdClassName
{
border-color: #E4403A;
}
.TagClassName
{
border-color: #E4403A;
}
</style>