Shades of Cinnabar #E7391F
Tints of Cinnabar #E7391F
RGB
CMYK
RGB Variations
Color information
#E7391F (or 0xE7391F) is known color: Cinnabar. HEX triplet: E7, 39 and 1F. RGB value is (231,57,31). Sum of RGB (Red+Green+Blue) = 231+57+31=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E7391F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7391F is #18C6E0. Grayscale: #6A6A6A. Windows color (decimal): -1623777 or 2046439. OLE color: 2046439.
HSL color Cylindrical-coordinate representation of color #E7391F: hue angle of 7.8º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7391F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.09 |
| HSL | 7.8º | 0.81% | 0.51% | - |
| HSV(B) | 7.8º | 0.87% | 0.91% | - |
| XYZ | 34.67 | 20.01 | 3.33 | - |
| YUV | 106.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 31 | 0 | 0.75 | 0.87 | 0.09 | 7.8 | 0.81 | 0.51 |
| Hex | E7 | 39 | 1F | 0 | 4B | 57 | 9 | 8 | 51 | 33 |
| Octal | 347 | 71 | 37 | 0 | 113 | 127 | 11 | 10 | 121 | 63 |
| Binary | 11100111 | 111001 | 11111 | 0 | 1001011 | 1010111 | 1001 | 1000 | 1010001 | 110011 |
Color Harmonies of #E7391F
Complementary color
Monochromatic Colors of #E7391F
Black with #E7391F
Text Example
Text Example
White with #E7391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7391F; }
p { color: rgb(231,57,31); }
H1.HeaderClassName
{
color: #E7391F;
}
.AnyTagClassName
{
color: #E7391F;
}
</style>
background-color css
<style>
a { background-color: #E7391F; }
a { background-color: rgb(231,57,31); }
div.DivClassName
{
background-color: #E7391F;
}
.BgClassName
{
background-color: #E7391F;
}
</style>
border-color css
<style>
span { border-color: #E7391F; }
span { border-color: rgb(231,57,31); }
td.TdClassName
{
border-color: #E7391F;
}
.TagClassName
{
border-color: #E7391F;
}
</style>