Shades of Cinnabar #E43931
Tints of Cinnabar #E43931
RGB
CMYK
RGB Variations
Color information
#E43931 (or 0xE43931) is known color: Cinnabar. HEX triplet: E4, 39 and 31. RGB value is (228,57,49). Sum of RGB (Red+Green+Blue) = 228+57+49=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E43931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43931 is #1BC6CE. Grayscale: #6B6B6B. Windows color (decimal): -1820367 or 3226084. OLE color: 3226084.
HSL color Cylindrical-coordinate representation of color #E43931: hue angle of 2.68º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E43931 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 57 | 49 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.11 |
| HSL | 2.68º | 0.77% | 0.54% | - |
| HSV(B) | 2.68º | 0.79% | 0.89% | - |
| XYZ | 34.01 | 19.64 | 4.9 | - |
| YUV | 107.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 57 | 49 | 0 | 0.75 | 0.79 | 0.11 | 2.68 | 0.77 | 0.54 |
| Hex | E4 | 39 | 31 | 0 | 4B | 4F | B | 3 | 4D | 36 |
| Octal | 344 | 71 | 61 | 0 | 113 | 117 | 13 | 3 | 115 | 66 |
| Binary | 11100100 | 111001 | 110001 | 0 | 1001011 | 1001111 | 1011 | 11 | 1001101 | 110110 |
Color Harmonies of #E43931
Complementary color
Monochromatic Colors of #E43931
Black with #E43931
Text Example
Text Example
White with #E43931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43931; }
p { color: rgb(228,57,49); }
H1.HeaderClassName
{
color: #E43931;
}
.AnyTagClassName
{
color: #E43931;
}
</style>
background-color css
<style>
a { background-color: #E43931; }
a { background-color: rgb(228,57,49); }
div.DivClassName
{
background-color: #E43931;
}
.BgClassName
{
background-color: #E43931;
}
</style>
border-color css
<style>
span { border-color: #E43931; }
span { border-color: rgb(228,57,49); }
td.TdClassName
{
border-color: #E43931;
}
.TagClassName
{
border-color: #E43931;
}
</style>