Shades of Cinnabar #E43C1A
Tints of Cinnabar #E43C1A
RGB
CMYK
RGB Variations
Color information
#E43C1A (or 0xE43C1A) is known color: Cinnabar. HEX triplet: E4, 3C and 1A. RGB value is (228,60,26). Sum of RGB (Red+Green+Blue) = 228+60+26=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E43C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43C1A is #1BC3E5. Grayscale: #6A6A6A. Windows color (decimal): -1819622 or 1719524. OLE color: 1719524.
HSL color Cylindrical-coordinate representation of color #E43C1A: hue angle of 10.1º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E43C1A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 26 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.11 |
| HSL | 10.1º | 0.8% | 0.5% | - |
| HSV(B) | 10.1º | 0.89% | 0.89% | - |
| XYZ | 33.8 | 19.8 | 3.02 | - |
| YUV | 106.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 26 | 0 | 0.74 | 0.89 | 0.11 | 10.1 | 0.8 | 0.5 |
| Hex | E4 | 3C | 1A | 0 | 4A | 59 | B | A | 50 | 32 |
| Octal | 344 | 74 | 32 | 0 | 112 | 131 | 13 | 12 | 120 | 62 |
| Binary | 11100100 | 111100 | 11010 | 0 | 1001010 | 1011001 | 1011 | 1010 | 1010000 | 110010 |
Color Harmonies of #E43C1A
Complementary color
Monochromatic Colors of #E43C1A
Black with #E43C1A
Text Example
Text Example
White with #E43C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43C1A; }
p { color: rgb(228,60,26); }
H1.HeaderClassName
{
color: #E43C1A;
}
.AnyTagClassName
{
color: #E43C1A;
}
</style>
background-color css
<style>
a { background-color: #E43C1A; }
a { background-color: rgb(228,60,26); }
div.DivClassName
{
background-color: #E43C1A;
}
.BgClassName
{
background-color: #E43C1A;
}
</style>
border-color css
<style>
span { border-color: #E43C1A; }
span { border-color: rgb(228,60,26); }
td.TdClassName
{
border-color: #E43C1A;
}
.TagClassName
{
border-color: #E43C1A;
}
</style>