Shades of Cinnabar #E9361B
Tints of Cinnabar #E9361B
RGB
CMYK
RGB Variations
Color information
#E9361B (or 0xE9361B) is known color: Cinnabar. HEX triplet: E9, 36 and 1B. RGB value is (233,54,27). Sum of RGB (Red+Green+Blue) = 233+54+27=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E9361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9361B is #16C9E4. Grayscale: #686868. Windows color (decimal): -1493477 or 1783529. OLE color: 1783529.
HSL color Cylindrical-coordinate representation of color #E9361B: hue angle of 7.86º 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 #E9361B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 54 | 27 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.09 |
| HSL | 7.86º | 0.82% | 0.51% | - |
| HSV(B) | 7.86º | 0.88% | 0.91% | - |
| XYZ | 35.12 | 20.04 | 3.05 | - |
| YUV | 104.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 54 | 27 | 0 | 0.77 | 0.88 | 0.09 | 7.86 | 0.82 | 0.51 |
| Hex | E9 | 36 | 1B | 0 | 4D | 58 | 9 | 8 | 52 | 33 |
| Octal | 351 | 66 | 33 | 0 | 115 | 130 | 11 | 10 | 122 | 63 |
| Binary | 11101001 | 110110 | 11011 | 0 | 1001101 | 1011000 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E9361B
Complementary color
Monochromatic Colors of #E9361B
Black with #E9361B
Text Example
Text Example
White with #E9361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9361B; }
p { color: rgb(233,54,27); }
H1.HeaderClassName
{
color: #E9361B;
}
.AnyTagClassName
{
color: #E9361B;
}
</style>
background-color css
<style>
a { background-color: #E9361B; }
a { background-color: rgb(233,54,27); }
div.DivClassName
{
background-color: #E9361B;
}
.BgClassName
{
background-color: #E9361B;
}
</style>
border-color css
<style>
span { border-color: #E9361B; }
span { border-color: rgb(233,54,27); }
td.TdClassName
{
border-color: #E9361B;
}
.TagClassName
{
border-color: #E9361B;
}
</style>