Shades of Cinnabar #E92C26
Tints of Cinnabar #E92C26
RGB
CMYK
RGB Variations
Color information
#E92C26 (or 0xE92C26) is known color: Cinnabar. HEX triplet: E9, 2C and 26. RGB value is (233,44,38). Sum of RGB (Red+Green+Blue) = 233+44+38=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C26 is #16D3D9. Grayscale: #646464. Windows color (decimal): -1496026 or 2501865. OLE color: 2501865.
HSL color Cylindrical-coordinate representation of color #E92C26: hue angle of 1.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92C26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.09 |
| HSL | 1.85º | 0.82% | 0.53% | - |
| HSV(B) | 1.85º | 0.84% | 0.91% | - |
| XYZ | 34.85 | 19.26 | 3.72 | - |
| YUV | 99.83 | 93.12 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 38 | 0 | 0.81 | 0.84 | 0.09 | 1.85 | 0.82 | 0.53 |
| Hex | E9 | 2C | 26 | 0 | 51 | 54 | 9 | 2 | 52 | 35 |
| Octal | 351 | 54 | 46 | 0 | 121 | 124 | 11 | 2 | 122 | 65 |
| Binary | 11101001 | 101100 | 100110 | 0 | 1010001 | 1010100 | 1001 | 10 | 1010010 | 110101 |
Color Harmonies of #E92C26
Complementary color
Monochromatic Colors of #E92C26
Black with #E92C26
Text Example
Text Example
White with #E92C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C26; }
p { color: rgb(233,44,38); }
H1.HeaderClassName
{
color: #E92C26;
}
.AnyTagClassName
{
color: #E92C26;
}
</style>
background-color css
<style>
a { background-color: #E92C26; }
a { background-color: rgb(233,44,38); }
div.DivClassName
{
background-color: #E92C26;
}
.BgClassName
{
background-color: #E92C26;
}
</style>
border-color css
<style>
span { border-color: #E92C26; }
span { border-color: rgb(233,44,38); }
td.TdClassName
{
border-color: #E92C26;
}
.TagClassName
{
border-color: #E92C26;
}
</style>