Shades of Cinnabar #E0403A
Tints of Cinnabar #E0403A
RGB
CMYK
RGB Variations
Color information
#E0403A (or 0xE0403A) is known color: Cinnabar. HEX triplet: E0, 40 and 3A. RGB value is (224,64,58). Sum of RGB (Red+Green+Blue) = 224+64+58=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E0403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0403A is #1FBFC5. Grayscale: #6F6F6F. Windows color (decimal): -2080710 or 3817696. OLE color: 3817696.
HSL color Cylindrical-coordinate representation of color #E0403A: hue angle of 2.17º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0403A is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 58 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.12 |
| HSL | 2.17º | 0.73% | 0.55% | - |
| HSV(B) | 2.17º | 0.74% | 0.88% | - |
| XYZ | 33.34 | 19.82 | 6.07 | - |
| YUV | 111.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 58 | 0 | 0.71 | 0.74 | 0.12 | 2.17 | 0.73 | 0.55 |
| Hex | E0 | 40 | 3A | 0 | 47 | 4A | C | 2 | 49 | 37 |
| Octal | 340 | 100 | 72 | 0 | 107 | 112 | 14 | 2 | 111 | 67 |
| Binary | 11100000 | 1000000 | 111010 | 0 | 1000111 | 1001010 | 1100 | 10 | 1001001 | 110111 |
Color Harmonies of #E0403A
Complementary color
Monochromatic Colors of #E0403A
Black with #E0403A
Text Example
Text Example
White with #E0403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0403A; }
p { color: rgb(224,64,58); }
H1.HeaderClassName
{
color: #E0403A;
}
.AnyTagClassName
{
color: #E0403A;
}
</style>
background-color css
<style>
a { background-color: #E0403A; }
a { background-color: rgb(224,64,58); }
div.DivClassName
{
background-color: #E0403A;
}
.BgClassName
{
background-color: #E0403A;
}
</style>
border-color css
<style>
span { border-color: #E0403A; }
span { border-color: rgb(224,64,58); }
td.TdClassName
{
border-color: #E0403A;
}
.TagClassName
{
border-color: #E0403A;
}
</style>