Shades of Cinnabar #E6391A
Tints of Cinnabar #E6391A
RGB
CMYK
RGB Variations
Color information
#E6391A (or 0xE6391A) is known color: Cinnabar. HEX triplet: E6, 39 and 1A. RGB value is (230,57,26). Sum of RGB (Red+Green+Blue) = 230+57+26=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6391A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6391A is #19C6E5. Grayscale: #696969. Windows color (decimal): -1689318 or 1718758. OLE color: 1718758.
HSL color Cylindrical-coordinate representation of color #E6391A: hue angle of 9.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6391A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.10 |
| HSL | 9.12º | 0.8% | 0.5% | - |
| HSV(B) | 9.12º | 0.89% | 0.9% | - |
| XYZ | 34.28 | 19.82 | 3 | - |
| YUV | 105.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 26 | 0 | 0.75 | 0.89 | 0.10 | 9.12 | 0.8 | 0.5 |
| Hex | E6 | 39 | 1A | 0 | 4B | 59 | A | 9 | 50 | 32 |
| Octal | 346 | 71 | 32 | 0 | 113 | 131 | 12 | 11 | 120 | 62 |
| Binary | 11100110 | 111001 | 11010 | 0 | 1001011 | 1011001 | 1010 | 1001 | 1010000 | 110010 |
Color Harmonies of #E6391A
Complementary color
Monochromatic Colors of #E6391A
Black with #E6391A
Text Example
Text Example
White with #E6391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6391A; }
p { color: rgb(230,57,26); }
H1.HeaderClassName
{
color: #E6391A;
}
.AnyTagClassName
{
color: #E6391A;
}
</style>
background-color css
<style>
a { background-color: #E6391A; }
a { background-color: rgb(230,57,26); }
div.DivClassName
{
background-color: #E6391A;
}
.BgClassName
{
background-color: #E6391A;
}
</style>
border-color css
<style>
span { border-color: #E6391A; }
span { border-color: rgb(230,57,26); }
td.TdClassName
{
border-color: #E6391A;
}
.TagClassName
{
border-color: #E6391A;
}
</style>