Shades of Cinnabar #E3501F
Tints of Cinnabar #E3501F
RGB
CMYK
RGB Variations
Color information
#E3501F (or 0xE3501F) is known color: Cinnabar. HEX triplet: E3, 50 and 1F. RGB value is (227,80,31). Sum of RGB (Red+Green+Blue) = 227+80+31=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3501F is #1CAFE0. Grayscale: #767676. Windows color (decimal): -1880033 or 2052323. OLE color: 2052323.
HSL color Cylindrical-coordinate representation of color #E3501F: hue angle of 15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3501F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.11 |
| HSL | 15º | 0.78% | 0.51% | - |
| HSV(B) | 15º | 0.86% | 0.89% | - |
| XYZ | 34.79 | 22.17 | 3.74 | - |
| YUV | 118.37 | 78.7 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 31 | 0 | 0.65 | 0.86 | 0.11 | 15 | 0.78 | 0.51 |
| Hex | E3 | 50 | 1F | 0 | 41 | 56 | B | F | 4E | 33 |
| Octal | 343 | 120 | 37 | 0 | 101 | 126 | 13 | 17 | 116 | 63 |
| Binary | 11100011 | 1010000 | 11111 | 0 | 1000001 | 1010110 | 1011 | 1111 | 1001110 | 110011 |
Color Harmonies of #E3501F
Complementary color
Monochromatic Colors of #E3501F
Black with #E3501F
Text Example
Text Example
White with #E3501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3501F; }
p { color: rgb(227,80,31); }
H1.HeaderClassName
{
color: #E3501F;
}
.AnyTagClassName
{
color: #E3501F;
}
</style>
background-color css
<style>
a { background-color: #E3501F; }
a { background-color: rgb(227,80,31); }
div.DivClassName
{
background-color: #E3501F;
}
.BgClassName
{
background-color: #E3501F;
}
</style>
border-color css
<style>
span { border-color: #E3501F; }
span { border-color: rgb(227,80,31); }
td.TdClassName
{
border-color: #E3501F;
}
.TagClassName
{
border-color: #E3501F;
}
</style>