Shades of Cinnabar #E35121
Tints of Cinnabar #E35121
RGB
CMYK
RGB Variations
Color information
#E35121 (or 0xE35121) is known color: Cinnabar. HEX triplet: E3, 51 and 21. RGB value is (227,81,33). Sum of RGB (Red+Green+Blue) = 227+81+33=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35121 is #1CAEDE. Grayscale: #777777. Windows color (decimal): -1879775 or 2183651. OLE color: 2183651.
HSL color Cylindrical-coordinate representation of color #E35121: hue angle of 14.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E35121 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 33 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.11 |
| HSL | 14.85º | 0.78% | 0.51% | - |
| HSV(B) | 14.85º | 0.85% | 0.89% | - |
| XYZ | 34.9 | 22.33 | 3.91 | - |
| YUV | 119.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 33 | 0 | 0.64 | 0.85 | 0.11 | 14.85 | 0.78 | 0.51 |
| Hex | E3 | 51 | 21 | 0 | 40 | 55 | B | F | 4E | 33 |
| Octal | 343 | 121 | 41 | 0 | 100 | 125 | 13 | 17 | 116 | 63 |
| Binary | 11100011 | 1010001 | 100001 | 0 | 1000000 | 1010101 | 1011 | 1111 | 1001110 | 110011 |
Color Harmonies of #E35121
Complementary color
Monochromatic Colors of #E35121
Black with #E35121
Text Example
Text Example
White with #E35121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35121; }
p { color: rgb(227,81,33); }
H1.HeaderClassName
{
color: #E35121;
}
.AnyTagClassName
{
color: #E35121;
}
</style>
background-color css
<style>
a { background-color: #E35121; }
a { background-color: rgb(227,81,33); }
div.DivClassName
{
background-color: #E35121;
}
.BgClassName
{
background-color: #E35121;
}
</style>
border-color css
<style>
span { border-color: #E35121; }
span { border-color: rgb(227,81,33); }
td.TdClassName
{
border-color: #E35121;
}
.TagClassName
{
border-color: #E35121;
}
</style>