Shades of Cinnabar #E9341E
Tints of Cinnabar #E9341E
RGB
CMYK
RGB Variations
Color information
#E9341E (or 0xE9341E) is known color: Cinnabar. HEX triplet: E9, 34 and 1E. RGB value is (233,52,30). Sum of RGB (Red+Green+Blue) = 233+52+30=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9341E is #16CBE1. Grayscale: #676767. Windows color (decimal): -1493986 or 1979625. OLE color: 1979625.
HSL color Cylindrical-coordinate representation of color #E9341E: hue angle of 6.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9341E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.09 |
| HSL | 6.5º | 0.82% | 0.52% | - |
| HSV(B) | 6.5º | 0.87% | 0.91% | - |
| XYZ | 35.07 | 19.87 | 3.22 | - |
| YUV | 103.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 30 | 0 | 0.78 | 0.87 | 0.09 | 6.5 | 0.82 | 0.52 |
| Hex | E9 | 34 | 1E | 0 | 4E | 57 | 9 | 7 | 52 | 34 |
| Octal | 351 | 64 | 36 | 0 | 116 | 127 | 11 | 7 | 122 | 64 |
| Binary | 11101001 | 110100 | 11110 | 0 | 1001110 | 1010111 | 1001 | 111 | 1010010 | 110100 |
Color Harmonies of #E9341E
Complementary color
Monochromatic Colors of #E9341E
Black with #E9341E
Text Example
Text Example
White with #E9341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9341E; }
p { color: rgb(233,52,30); }
H1.HeaderClassName
{
color: #E9341E;
}
.AnyTagClassName
{
color: #E9341E;
}
</style>
background-color css
<style>
a { background-color: #E9341E; }
a { background-color: rgb(233,52,30); }
div.DivClassName
{
background-color: #E9341E;
}
.BgClassName
{
background-color: #E9341E;
}
</style>
border-color css
<style>
span { border-color: #E9341E; }
span { border-color: rgb(233,52,30); }
td.TdClassName
{
border-color: #E9341E;
}
.TagClassName
{
border-color: #E9341E;
}
</style>