Shades of Cinnabar #E24326
Tints of Cinnabar #E24326
RGB
CMYK
RGB Variations
Color information
#E24326 (or 0xE24326) is known color: Cinnabar. HEX triplet: E2, 43 and 26. RGB value is (226,67,38). Sum of RGB (Red+Green+Blue) = 226+67+38=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E24326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24326 is #1DBCD9. Grayscale: #6F6F6F. Windows color (decimal): -1948890 or 2507746. OLE color: 2507746.
HSL color Cylindrical-coordinate representation of color #E24326: hue angle of 9.26º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E24326 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 38 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.11 |
| HSL | 9.26º | 0.76% | 0.52% | - |
| HSV(B) | 9.26º | 0.83% | 0.89% | - |
| XYZ | 33.72 | 20.32 | 3.98 | - |
| YUV | 111.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 38 | 0 | 0.70 | 0.83 | 0.11 | 9.26 | 0.76 | 0.52 |
| Hex | E2 | 43 | 26 | 0 | 46 | 53 | B | 9 | 4C | 34 |
| Octal | 342 | 103 | 46 | 0 | 106 | 123 | 13 | 11 | 114 | 64 |
| Binary | 11100010 | 1000011 | 100110 | 0 | 1000110 | 1010011 | 1011 | 1001 | 1001100 | 110100 |
Color Harmonies of #E24326
Complementary color
Monochromatic Colors of #E24326
Black with #E24326
Text Example
Text Example
White with #E24326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24326; }
p { color: rgb(226,67,38); }
H1.HeaderClassName
{
color: #E24326;
}
.AnyTagClassName
{
color: #E24326;
}
</style>
background-color css
<style>
a { background-color: #E24326; }
a { background-color: rgb(226,67,38); }
div.DivClassName
{
background-color: #E24326;
}
.BgClassName
{
background-color: #E24326;
}
</style>
border-color css
<style>
span { border-color: #E24326; }
span { border-color: rgb(226,67,38); }
td.TdClassName
{
border-color: #E24326;
}
.TagClassName
{
border-color: #E24326;
}
</style>