Shades of Cinnabar #E43E2A
Tints of Cinnabar #E43E2A
RGB
CMYK
RGB Variations
Color information
#E43E2A (or 0xE43E2A) is known color: Cinnabar. HEX triplet: E4, 3E and 2A. RGB value is (228,62,42). Sum of RGB (Red+Green+Blue) = 228+62+42=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E43E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43E2A is #1BC1D5. Grayscale: #6D6D6D. Windows color (decimal): -1819094 or 2768612. OLE color: 2768612.
HSL color Cylindrical-coordinate representation of color #E43E2A: hue angle of 6.45º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E43E2A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 62 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.11 |
| HSL | 6.45º | 0.78% | 0.53% | - |
| HSV(B) | 6.45º | 0.82% | 0.89% | - |
| XYZ | 34.14 | 20.11 | 4.27 | - |
| YUV | 109.35 | 90 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 62 | 42 | 0 | 0.73 | 0.82 | 0.11 | 6.45 | 0.78 | 0.53 |
| Hex | E4 | 3E | 2A | 0 | 49 | 52 | B | 6 | 4E | 35 |
| Octal | 344 | 76 | 52 | 0 | 111 | 122 | 13 | 6 | 116 | 65 |
| Binary | 11100100 | 111110 | 101010 | 0 | 1001001 | 1010010 | 1011 | 110 | 1001110 | 110101 |
Color Harmonies of #E43E2A
Complementary color
Monochromatic Colors of #E43E2A
Black with #E43E2A
Text Example
Text Example
White with #E43E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43E2A; }
p { color: rgb(228,62,42); }
H1.HeaderClassName
{
color: #E43E2A;
}
.AnyTagClassName
{
color: #E43E2A;
}
</style>
background-color css
<style>
a { background-color: #E43E2A; }
a { background-color: rgb(228,62,42); }
div.DivClassName
{
background-color: #E43E2A;
}
.BgClassName
{
background-color: #E43E2A;
}
</style>
border-color css
<style>
span { border-color: #E43E2A; }
span { border-color: rgb(228,62,42); }
td.TdClassName
{
border-color: #E43E2A;
}
.TagClassName
{
border-color: #E43E2A;
}
</style>