Shades of Cinnabar #E24334
Tints of Cinnabar #E24334
RGB
CMYK
RGB Variations
Color information
#E24334 (or 0xE24334) is known color: Cinnabar. HEX triplet: E2, 43 and 34. RGB value is (226,67,52). Sum of RGB (Red+Green+Blue) = 226+67+52=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E24334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24334 is #1DBCCB. Grayscale: #717171. Windows color (decimal): -1948876 or 3425250. OLE color: 3425250.
HSL color Cylindrical-coordinate representation of color #E24334: hue angle of 5.17º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E24334 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 52 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.11 |
| HSL | 5.17º | 0.75% | 0.55% | - |
| HSV(B) | 5.17º | 0.77% | 0.89% | - |
| XYZ | 33.99 | 20.43 | 5.4 | - |
| YUV | 112.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 52 | 0 | 0.70 | 0.77 | 0.11 | 5.17 | 0.75 | 0.55 |
| Hex | E2 | 43 | 34 | 0 | 46 | 4D | B | 5 | 4B | 37 |
| Octal | 342 | 103 | 64 | 0 | 106 | 115 | 13 | 5 | 113 | 67 |
| Binary | 11100010 | 1000011 | 110100 | 0 | 1000110 | 1001101 | 1011 | 101 | 1001011 | 110111 |
Color Harmonies of #E24334
Complementary color
Monochromatic Colors of #E24334
Black with #E24334
Text Example
Text Example
White with #E24334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24334; }
p { color: rgb(226,67,52); }
H1.HeaderClassName
{
color: #E24334;
}
.AnyTagClassName
{
color: #E24334;
}
</style>
background-color css
<style>
a { background-color: #E24334; }
a { background-color: rgb(226,67,52); }
div.DivClassName
{
background-color: #E24334;
}
.BgClassName
{
background-color: #E24334;
}
</style>
border-color css
<style>
span { border-color: #E24334; }
span { border-color: rgb(226,67,52); }
td.TdClassName
{
border-color: #E24334;
}
.TagClassName
{
border-color: #E24334;
}
</style>