Shades of Cinnabar #E7391B
Tints of Cinnabar #E7391B
RGB
CMYK
RGB Variations
Color information
#E7391B (or 0xE7391B) is known color: Cinnabar. HEX triplet: E7, 39 and 1B. RGB value is (231,57,27). Sum of RGB (Red+Green+Blue) = 231+57+27=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7391B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7391B is #18C6E4. Grayscale: #696969. Windows color (decimal): -1623781 or 1784295. OLE color: 1784295.
HSL color Cylindrical-coordinate representation of color #E7391B: hue angle of 8.82º degrees, saturation: 0.81, 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 #E7391B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 27 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.09 |
| HSL | 8.82º | 0.81% | 0.51% | - |
| HSV(B) | 8.82º | 0.88% | 0.91% | - |
| XYZ | 34.62 | 19.99 | 3.07 | - |
| YUV | 105.61 | 83.65 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 27 | 0 | 0.75 | 0.88 | 0.09 | 8.82 | 0.81 | 0.51 |
| Hex | E7 | 39 | 1B | 0 | 4B | 58 | 9 | 9 | 51 | 33 |
| Octal | 347 | 71 | 33 | 0 | 113 | 130 | 11 | 11 | 121 | 63 |
| Binary | 11100111 | 111001 | 11011 | 0 | 1001011 | 1011000 | 1001 | 1001 | 1010001 | 110011 |
Color Harmonies of #E7391B
Complementary color
Monochromatic Colors of #E7391B
Black with #E7391B
Text Example
Text Example
White with #E7391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7391B; }
p { color: rgb(231,57,27); }
H1.HeaderClassName
{
color: #E7391B;
}
.AnyTagClassName
{
color: #E7391B;
}
</style>
background-color css
<style>
a { background-color: #E7391B; }
a { background-color: rgb(231,57,27); }
div.DivClassName
{
background-color: #E7391B;
}
.BgClassName
{
background-color: #E7391B;
}
</style>
border-color css
<style>
span { border-color: #E7391B; }
span { border-color: rgb(231,57,27); }
td.TdClassName
{
border-color: #E7391B;
}
.TagClassName
{
border-color: #E7391B;
}
</style>