Shades of Cinnabar #E6391F
Tints of Cinnabar #E6391F
RGB
CMYK
RGB Variations
Color information
#E6391F (or 0xE6391F) is known color: Cinnabar. HEX triplet: E6, 39 and 1F. RGB value is (230,57,31). Sum of RGB (Red+Green+Blue) = 230+57+31=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E6391F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6391F is #19C6E0. Grayscale: #6A6A6A. Windows color (decimal): -1689313 or 2046438. OLE color: 2046438.
HSL color Cylindrical-coordinate representation of color #E6391F: hue angle of 7.84º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6391F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.10 |
| HSL | 7.84º | 0.8% | 0.51% | - |
| HSV(B) | 7.84º | 0.87% | 0.9% | - |
| XYZ | 34.34 | 19.85 | 3.32 | - |
| YUV | 105.76 | 85.81 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 31 | 0 | 0.75 | 0.87 | 0.10 | 7.84 | 0.8 | 0.51 |
| Hex | E6 | 39 | 1F | 0 | 4B | 57 | A | 8 | 50 | 33 |
| Octal | 346 | 71 | 37 | 0 | 113 | 127 | 12 | 10 | 120 | 63 |
| Binary | 11100110 | 111001 | 11111 | 0 | 1001011 | 1010111 | 1010 | 1000 | 1010000 | 110011 |
Color Harmonies of #E6391F
Complementary color
Monochromatic Colors of #E6391F
Black with #E6391F
Text Example
Text Example
White with #E6391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6391F; }
p { color: rgb(230,57,31); }
H1.HeaderClassName
{
color: #E6391F;
}
.AnyTagClassName
{
color: #E6391F;
}
</style>
background-color css
<style>
a { background-color: #E6391F; }
a { background-color: rgb(230,57,31); }
div.DivClassName
{
background-color: #E6391F;
}
.BgClassName
{
background-color: #E6391F;
}
</style>
border-color css
<style>
span { border-color: #E6391F; }
span { border-color: rgb(230,57,31); }
td.TdClassName
{
border-color: #E6391F;
}
.TagClassName
{
border-color: #E6391F;
}
</style>