Shades of Cinnabar #E43A1A
Tints of Cinnabar #E43A1A
RGB
CMYK
RGB Variations
Color information
#E43A1A (or 0xE43A1A) is known color: Cinnabar. HEX triplet: E4, 3A and 1A. RGB value is (228,58,26). Sum of RGB (Red+Green+Blue) = 228+58+26=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E43A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43A1A is #1BC5E5. Grayscale: #696969. Windows color (decimal): -1820134 or 1719012. OLE color: 1719012.
HSL color Cylindrical-coordinate representation of color #E43A1A: hue angle of 9.5º 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 #E43A1A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 58 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.11 |
| HSL | 9.5º | 0.8% | 0.5% | - |
| HSV(B) | 9.5º | 0.89% | 0.89% | - |
| XYZ | 33.69 | 19.59 | 2.98 | - |
| YUV | 105.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 58 | 26 | 0 | 0.75 | 0.89 | 0.11 | 9.5 | 0.8 | 0.5 |
| Hex | E4 | 3A | 1A | 0 | 4B | 59 | B | A | 50 | 32 |
| Octal | 344 | 72 | 32 | 0 | 113 | 131 | 13 | 12 | 120 | 62 |
| Binary | 11100100 | 111010 | 11010 | 0 | 1001011 | 1011001 | 1011 | 1010 | 1010000 | 110010 |
Color Harmonies of #E43A1A
Complementary color
Monochromatic Colors of #E43A1A
Black with #E43A1A
Text Example
Text Example
White with #E43A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43A1A; }
p { color: rgb(228,58,26); }
H1.HeaderClassName
{
color: #E43A1A;
}
.AnyTagClassName
{
color: #E43A1A;
}
</style>
background-color css
<style>
a { background-color: #E43A1A; }
a { background-color: rgb(228,58,26); }
div.DivClassName
{
background-color: #E43A1A;
}
.BgClassName
{
background-color: #E43A1A;
}
</style>
border-color css
<style>
span { border-color: #E43A1A; }
span { border-color: rgb(228,58,26); }
td.TdClassName
{
border-color: #E43A1A;
}
.TagClassName
{
border-color: #E43A1A;
}
</style>