Shades of Cinnabar #E93A1C
Tints of Cinnabar #E93A1C
RGB
CMYK
RGB Variations
Color information
#E93A1C (or 0xE93A1C) is known color: Cinnabar. HEX triplet: E9, 3A and 1C. RGB value is (233,58,28). Sum of RGB (Red+Green+Blue) = 233+58+28=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A1C is #16C5E3. Grayscale: #6B6B6B. Windows color (decimal): -1492452 or 1850089. OLE color: 1850089.
HSL color Cylindrical-coordinate representation of color #E93A1C: hue angle of 8.78º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E93A1C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 28 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.09 |
| HSL | 8.78º | 0.82% | 0.51% | - |
| HSV(B) | 8.78º | 0.88% | 0.91% | - |
| XYZ | 35.33 | 20.43 | 3.18 | - |
| YUV | 106.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 28 | 0 | 0.75 | 0.88 | 0.09 | 8.78 | 0.82 | 0.51 |
| Hex | E9 | 3A | 1C | 0 | 4B | 58 | 9 | 9 | 52 | 33 |
| Octal | 351 | 72 | 34 | 0 | 113 | 130 | 11 | 11 | 122 | 63 |
| Binary | 11101001 | 111010 | 11100 | 0 | 1001011 | 1011000 | 1001 | 1001 | 1010010 | 110011 |
Color Harmonies of #E93A1C
Complementary color
Monochromatic Colors of #E93A1C
Black with #E93A1C
Text Example
Text Example
White with #E93A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A1C; }
p { color: rgb(233,58,28); }
H1.HeaderClassName
{
color: #E93A1C;
}
.AnyTagClassName
{
color: #E93A1C;
}
</style>
background-color css
<style>
a { background-color: #E93A1C; }
a { background-color: rgb(233,58,28); }
div.DivClassName
{
background-color: #E93A1C;
}
.BgClassName
{
background-color: #E93A1C;
}
</style>
border-color css
<style>
span { border-color: #E93A1C; }
span { border-color: rgb(233,58,28); }
td.TdClassName
{
border-color: #E93A1C;
}
.TagClassName
{
border-color: #E93A1C;
}
</style>