Shades of Cinnabar #E9341B
Tints of Cinnabar #E9341B
RGB
CMYK
RGB Variations
Color information
#E9341B (or 0xE9341B) is known color: Cinnabar. HEX triplet: E9, 34 and 1B. RGB value is (233,52,27). Sum of RGB (Red+Green+Blue) = 233+52+27=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9341B is #16CBE4. Grayscale: #676767. Windows color (decimal): -1493989 or 1783017. OLE color: 1783017.
HSL color Cylindrical-coordinate representation of color #E9341B: hue angle of 7.28º 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 #E9341B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 52 | 27 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.09 |
| HSL | 7.28º | 0.82% | 0.51% | - |
| HSV(B) | 7.28º | 0.88% | 0.91% | - |
| XYZ | 35.03 | 19.86 | 3.02 | - |
| YUV | 103.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 27 | 0 | 0.78 | 0.88 | 0.09 | 7.28 | 0.82 | 0.51 |
| Hex | E9 | 34 | 1B | 0 | 4E | 58 | 9 | 7 | 52 | 33 |
| Octal | 351 | 64 | 33 | 0 | 116 | 130 | 11 | 7 | 122 | 63 |
| Binary | 11101001 | 110100 | 11011 | 0 | 1001110 | 1011000 | 1001 | 111 | 1010010 | 110011 |
Color Harmonies of #E9341B
Complementary color
Monochromatic Colors of #E9341B
Black with #E9341B
Text Example
Text Example
White with #E9341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9341B; }
p { color: rgb(233,52,27); }
H1.HeaderClassName
{
color: #E9341B;
}
.AnyTagClassName
{
color: #E9341B;
}
</style>
background-color css
<style>
a { background-color: #E9341B; }
a { background-color: rgb(233,52,27); }
div.DivClassName
{
background-color: #E9341B;
}
.BgClassName
{
background-color: #E9341B;
}
</style>
border-color css
<style>
span { border-color: #E9341B; }
span { border-color: rgb(233,52,27); }
td.TdClassName
{
border-color: #E9341B;
}
.TagClassName
{
border-color: #E9341B;
}
</style>