Shades of Cinnabar #E3391D
Tints of Cinnabar #E3391D
RGB
CMYK
RGB Variations
Color information
#E3391D (or 0xE3391D) is known color: Cinnabar. HEX triplet: E3, 39 and 1D. RGB value is (227,57,29). Sum of RGB (Red+Green+Blue) = 227+57+29=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E3391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3391D is #1CC6E2. Grayscale: #686868. Windows color (decimal): -1885923 or 1915363. OLE color: 1915363.
HSL color Cylindrical-coordinate representation of color #E3391D: hue angle of 8.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3391D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 57 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.11 |
| HSL | 8.48º | 0.78% | 0.5% | - |
| HSV(B) | 8.48º | 0.87% | 0.89% | - |
| XYZ | 33.36 | 19.35 | 3.14 | - |
| YUV | 104.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 29 | 0 | 0.75 | 0.87 | 0.11 | 8.48 | 0.78 | 0.5 |
| Hex | E3 | 39 | 1D | 0 | 4B | 57 | B | 8 | 4E | 32 |
| Octal | 343 | 71 | 35 | 0 | 113 | 127 | 13 | 10 | 116 | 62 |
| Binary | 11100011 | 111001 | 11101 | 0 | 1001011 | 1010111 | 1011 | 1000 | 1001110 | 110010 |
Color Harmonies of #E3391D
Complementary color
Monochromatic Colors of #E3391D
Black with #E3391D
Text Example
Text Example
White with #E3391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3391D; }
p { color: rgb(227,57,29); }
H1.HeaderClassName
{
color: #E3391D;
}
.AnyTagClassName
{
color: #E3391D;
}
</style>
background-color css
<style>
a { background-color: #E3391D; }
a { background-color: rgb(227,57,29); }
div.DivClassName
{
background-color: #E3391D;
}
.BgClassName
{
background-color: #E3391D;
}
</style>
border-color css
<style>
span { border-color: #E3391D; }
span { border-color: rgb(227,57,29); }
td.TdClassName
{
border-color: #E3391D;
}
.TagClassName
{
border-color: #E3391D;
}
</style>