Shades of Cinnabar #E92F23
Tints of Cinnabar #E92F23
RGB
CMYK
RGB Variations
Color information
#E92F23 (or 0xE92F23) is known color: Cinnabar. HEX triplet: E9, 2F and 23. RGB value is (233,47,35). Sum of RGB (Red+Green+Blue) = 233+47+35=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F23 is #16D0DC. Grayscale: #656565. Windows color (decimal): -1495261 or 2306025. OLE color: 2306025.
HSL color Cylindrical-coordinate representation of color #E92F23: hue angle of 3.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92F23 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.09 |
| HSL | 3.64º | 0.82% | 0.53% | - |
| HSV(B) | 3.64º | 0.85% | 0.91% | - |
| XYZ | 34.92 | 19.48 | 3.51 | - |
| YUV | 101.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 35 | 0 | 0.80 | 0.85 | 0.09 | 3.64 | 0.82 | 0.53 |
| Hex | E9 | 2F | 23 | 0 | 50 | 55 | 9 | 4 | 52 | 35 |
| Octal | 351 | 57 | 43 | 0 | 120 | 125 | 11 | 4 | 122 | 65 |
| Binary | 11101001 | 101111 | 100011 | 0 | 1010000 | 1010101 | 1001 | 100 | 1010010 | 110101 |
Color Harmonies of #E92F23
Complementary color
Monochromatic Colors of #E92F23
Black with #E92F23
Text Example
Text Example
White with #E92F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F23; }
p { color: rgb(233,47,35); }
H1.HeaderClassName
{
color: #E92F23;
}
.AnyTagClassName
{
color: #E92F23;
}
</style>
background-color css
<style>
a { background-color: #E92F23; }
a { background-color: rgb(233,47,35); }
div.DivClassName
{
background-color: #E92F23;
}
.BgClassName
{
background-color: #E92F23;
}
</style>
border-color css
<style>
span { border-color: #E92F23; }
span { border-color: rgb(233,47,35); }
td.TdClassName
{
border-color: #E92F23;
}
.TagClassName
{
border-color: #E92F23;
}
</style>