Shades of Cinnabar #E92C2A
Tints of Cinnabar #E92C2A
RGB
CMYK
RGB Variations
Color information
#E92C2A (or 0xE92C2A) is known color: Cinnabar. HEX triplet: E9, 2C and 2A. RGB value is (233,44,42). Sum of RGB (Red+Green+Blue) = 233+44+42=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C2A is #16D3D5. Grayscale: #646464. Windows color (decimal): -1496022 or 2764009. OLE color: 2764009.
HSL color Cylindrical-coordinate representation of color #E92C2A: hue angle of 0.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92C2A is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 42 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.09 |
| HSL | 0.63º | 0.81% | 0.54% | - |
| HSV(B) | 0.63º | 0.82% | 0.91% | - |
| XYZ | 34.92 | 19.29 | 4.07 | - |
| YUV | 100.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 42 | 0 | 0.81 | 0.82 | 0.09 | 0.63 | 0.81 | 0.54 |
| Hex | E9 | 2C | 2A | 0 | 51 | 52 | 9 | 1 | 51 | 36 |
| Octal | 351 | 54 | 52 | 0 | 121 | 122 | 11 | 1 | 121 | 66 |
| Binary | 11101001 | 101100 | 101010 | 0 | 1010001 | 1010010 | 1001 | 1 | 1010001 | 110110 |
Color Harmonies of #E92C2A
Complementary color
Monochromatic Colors of #E92C2A
Black with #E92C2A
Text Example
Text Example
White with #E92C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C2A; }
p { color: rgb(233,44,42); }
H1.HeaderClassName
{
color: #E92C2A;
}
.AnyTagClassName
{
color: #E92C2A;
}
</style>
background-color css
<style>
a { background-color: #E92C2A; }
a { background-color: rgb(233,44,42); }
div.DivClassName
{
background-color: #E92C2A;
}
.BgClassName
{
background-color: #E92C2A;
}
</style>
border-color css
<style>
span { border-color: #E92C2A; }
span { border-color: rgb(233,44,42); }
td.TdClassName
{
border-color: #E92C2A;
}
.TagClassName
{
border-color: #E92C2A;
}
</style>