Shades of Cinnabar #E5443A
Tints of Cinnabar #E5443A
RGB
CMYK
RGB Variations
Color information
#E5443A (or 0xE5443A) is known color: Cinnabar. HEX triplet: E5, 44 and 3A. RGB value is (229,68,58). Sum of RGB (Red+Green+Blue) = 229+68+58=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5443A is #1ABBC5. Grayscale: #737373. Windows color (decimal): -1752006 or 3818725. OLE color: 3818725.
HSL color Cylindrical-coordinate representation of color #E5443A: hue angle of 3.51º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5443A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 58 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.10 |
| HSL | 3.51º | 0.77% | 0.56% | - |
| HSV(B) | 3.51º | 0.75% | 0.9% | - |
| XYZ | 35.14 | 21.1 | 6.22 | - |
| YUV | 115 | 95.84 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 58 | 0 | 0.70 | 0.75 | 0.10 | 3.51 | 0.77 | 0.56 |
| Hex | E5 | 44 | 3A | 0 | 46 | 4B | A | 4 | 4D | 38 |
| Octal | 345 | 104 | 72 | 0 | 106 | 113 | 12 | 4 | 115 | 70 |
| Binary | 11100101 | 1000100 | 111010 | 0 | 1000110 | 1001011 | 1010 | 100 | 1001101 | 111000 |
Color Harmonies of #E5443A
Complementary color
Monochromatic Colors of #E5443A
Black with #E5443A
Text Example
Text Example
White with #E5443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5443A; }
p { color: rgb(229,68,58); }
H1.HeaderClassName
{
color: #E5443A;
}
.AnyTagClassName
{
color: #E5443A;
}
</style>
background-color css
<style>
a { background-color: #E5443A; }
a { background-color: rgb(229,68,58); }
div.DivClassName
{
background-color: #E5443A;
}
.BgClassName
{
background-color: #E5443A;
}
</style>
border-color css
<style>
span { border-color: #E5443A; }
span { border-color: rgb(229,68,58); }
td.TdClassName
{
border-color: #E5443A;
}
.TagClassName
{
border-color: #E5443A;
}
</style>