Shades of Cinnabar #E24C2A
Tints of Cinnabar #E24C2A
RGB
CMYK
RGB Variations
Color information
#E24C2A (or 0xE24C2A) is known color: Cinnabar. HEX triplet: E2, 4C and 2A. RGB value is (226,76,42). Sum of RGB (Red+Green+Blue) = 226+76+42=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C2A is #1DB3D5. Grayscale: #757575. Windows color (decimal): -1946582 or 2772194. OLE color: 2772194.
HSL color Cylindrical-coordinate representation of color #E24C2A: hue angle of 11.09º 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 #E24C2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 42 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.11 |
| HSL | 11.09º | 0.76% | 0.53% | - |
| HSV(B) | 11.09º | 0.81% | 0.89% | - |
| XYZ | 34.37 | 21.5 | 4.53 | - |
| YUV | 116.97 | 85.7 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 42 | 0 | 0.66 | 0.81 | 0.11 | 11.09 | 0.76 | 0.53 |
| Hex | E2 | 4C | 2A | 0 | 42 | 51 | B | B | 4C | 35 |
| Octal | 342 | 114 | 52 | 0 | 102 | 121 | 13 | 13 | 114 | 65 |
| Binary | 11100010 | 1001100 | 101010 | 0 | 1000010 | 1010001 | 1011 | 1011 | 1001100 | 110101 |
Color Harmonies of #E24C2A
Complementary color
Monochromatic Colors of #E24C2A
Black with #E24C2A
Text Example
Text Example
White with #E24C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C2A; }
p { color: rgb(226,76,42); }
H1.HeaderClassName
{
color: #E24C2A;
}
.AnyTagClassName
{
color: #E24C2A;
}
</style>
background-color css
<style>
a { background-color: #E24C2A; }
a { background-color: rgb(226,76,42); }
div.DivClassName
{
background-color: #E24C2A;
}
.BgClassName
{
background-color: #E24C2A;
}
</style>
border-color css
<style>
span { border-color: #E24C2A; }
span { border-color: rgb(226,76,42); }
td.TdClassName
{
border-color: #E24C2A;
}
.TagClassName
{
border-color: #E24C2A;
}
</style>