Shades of Cinnabar #E24C2B
Tints of Cinnabar #E24C2B
RGB
CMYK
RGB Variations
Color information
#E24C2B (or 0xE24C2B) is known color: Cinnabar. HEX triplet: E2, 4C and 2B. RGB value is (226,76,43). Sum of RGB (Red+Green+Blue) = 226+76+43=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C2B is #1DB3D4. Grayscale: #757575. Windows color (decimal): -1946581 or 2837730. OLE color: 2837730.
HSL color Cylindrical-coordinate representation of color #E24C2B: hue angle of 10.82º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E24C2B is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 43 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.11 |
| HSL | 10.82º | 0.76% | 0.53% | - |
| HSV(B) | 10.82º | 0.81% | 0.89% | - |
| XYZ | 34.38 | 21.51 | 4.63 | - |
| YUV | 117.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 43 | 0 | 0.66 | 0.81 | 0.11 | 10.82 | 0.76 | 0.53 |
| Hex | E2 | 4C | 2B | 0 | 42 | 51 | B | B | 4C | 35 |
| Octal | 342 | 114 | 53 | 0 | 102 | 121 | 13 | 13 | 114 | 65 |
| Binary | 11100010 | 1001100 | 101011 | 0 | 1000010 | 1010001 | 1011 | 1011 | 1001100 | 110101 |
Color Harmonies of #E24C2B
Complementary color
Monochromatic Colors of #E24C2B
Black with #E24C2B
Text Example
Text Example
White with #E24C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C2B; }
p { color: rgb(226,76,43); }
H1.HeaderClassName
{
color: #E24C2B;
}
.AnyTagClassName
{
color: #E24C2B;
}
</style>
background-color css
<style>
a { background-color: #E24C2B; }
a { background-color: rgb(226,76,43); }
div.DivClassName
{
background-color: #E24C2B;
}
.BgClassName
{
background-color: #E24C2B;
}
</style>
border-color css
<style>
span { border-color: #E24C2B; }
span { border-color: rgb(226,76,43); }
td.TdClassName
{
border-color: #E24C2B;
}
.TagClassName
{
border-color: #E24C2B;
}
</style>