Shades of Cinnabar #E43E1B
Tints of Cinnabar #E43E1B
RGB
CMYK
RGB Variations
Color information
#E43E1B (or 0xE43E1B) is known color: Cinnabar. HEX triplet: E4, 3E and 1B. RGB value is (228,62,27). Sum of RGB (Red+Green+Blue) = 228+62+27=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E43E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43E1B is #1BC1E4. Grayscale: #6B6B6B. Windows color (decimal): -1819109 or 1785572. OLE color: 1785572.
HSL color Cylindrical-coordinate representation of color #E43E1B: hue angle of 10.45º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E43E1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 62 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.11 |
| HSL | 10.45º | 0.79% | 0.5% | - |
| HSV(B) | 10.45º | 0.88% | 0.89% | - |
| XYZ | 33.92 | 20.02 | 3.11 | - |
| YUV | 107.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 62 | 27 | 0 | 0.73 | 0.88 | 0.11 | 10.45 | 0.79 | 0.5 |
| Hex | E4 | 3E | 1B | 0 | 49 | 58 | B | A | 4F | 32 |
| Octal | 344 | 76 | 33 | 0 | 111 | 130 | 13 | 12 | 117 | 62 |
| Binary | 11100100 | 111110 | 11011 | 0 | 1001001 | 1011000 | 1011 | 1010 | 1001111 | 110010 |
Color Harmonies of #E43E1B
Complementary color
Monochromatic Colors of #E43E1B
Black with #E43E1B
Text Example
Text Example
White with #E43E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43E1B; }
p { color: rgb(228,62,27); }
H1.HeaderClassName
{
color: #E43E1B;
}
.AnyTagClassName
{
color: #E43E1B;
}
</style>
background-color css
<style>
a { background-color: #E43E1B; }
a { background-color: rgb(228,62,27); }
div.DivClassName
{
background-color: #E43E1B;
}
.BgClassName
{
background-color: #E43E1B;
}
</style>
border-color css
<style>
span { border-color: #E43E1B; }
span { border-color: rgb(228,62,27); }
td.TdClassName
{
border-color: #E43E1B;
}
.TagClassName
{
border-color: #E43E1B;
}
</style>