Shades of Cinnabar #E43C36
Tints of Cinnabar #E43C36
RGB
CMYK
RGB Variations
Color information
#E43C36 (or 0xE43C36) is known color: Cinnabar. HEX triplet: E4, 3C and 36. RGB value is (228,60,54). Sum of RGB (Red+Green+Blue) = 228+60+54=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E43C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43C36 is #1BC3C9. Grayscale: #6D6D6D. Windows color (decimal): -1819594 or 3554532. OLE color: 3554532.
HSL color Cylindrical-coordinate representation of color #E43C36: hue angle of 2.07º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E43C36 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 54 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.11 |
| HSL | 2.07º | 0.76% | 0.55% | - |
| HSV(B) | 2.07º | 0.76% | 0.89% | - |
| XYZ | 34.28 | 19.99 | 5.54 | - |
| YUV | 109.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 54 | 0 | 0.74 | 0.76 | 0.11 | 2.07 | 0.76 | 0.55 |
| Hex | E4 | 3C | 36 | 0 | 4A | 4C | B | 2 | 4C | 37 |
| Octal | 344 | 74 | 66 | 0 | 112 | 114 | 13 | 2 | 114 | 67 |
| Binary | 11100100 | 111100 | 110110 | 0 | 1001010 | 1001100 | 1011 | 10 | 1001100 | 110111 |
Color Harmonies of #E43C36
Complementary color
Monochromatic Colors of #E43C36
Black with #E43C36
Text Example
Text Example
White with #E43C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43C36; }
p { color: rgb(228,60,54); }
H1.HeaderClassName
{
color: #E43C36;
}
.AnyTagClassName
{
color: #E43C36;
}
</style>
background-color css
<style>
a { background-color: #E43C36; }
a { background-color: rgb(228,60,54); }
div.DivClassName
{
background-color: #E43C36;
}
.BgClassName
{
background-color: #E43C36;
}
</style>
border-color css
<style>
span { border-color: #E43C36; }
span { border-color: rgb(228,60,54); }
td.TdClassName
{
border-color: #E43C36;
}
.TagClassName
{
border-color: #E43C36;
}
</style>