Shades of Cinnabar #E33921
Tints of Cinnabar #E33921
RGB
CMYK
RGB Variations
Color information
#E33921 (or 0xE33921) is known color: Cinnabar. HEX triplet: E3, 39 and 21. RGB value is (227,57,33). Sum of RGB (Red+Green+Blue) = 227+57+33=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E33921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33921 is #1CC6DE. Grayscale: #696969. Windows color (decimal): -1885919 or 2177507. OLE color: 2177507.
HSL color Cylindrical-coordinate representation of color #E33921: hue angle of 7.42º 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 #E33921 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 57 | 33 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.11 |
| HSL | 7.42º | 0.78% | 0.51% | - |
| HSV(B) | 7.42º | 0.85% | 0.89% | - |
| XYZ | 33.42 | 19.37 | 3.42 | - |
| YUV | 105.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 33 | 0 | 0.75 | 0.85 | 0.11 | 7.42 | 0.78 | 0.51 |
| Hex | E3 | 39 | 21 | 0 | 4B | 55 | B | 7 | 4E | 33 |
| Octal | 343 | 71 | 41 | 0 | 113 | 125 | 13 | 7 | 116 | 63 |
| Binary | 11100011 | 111001 | 100001 | 0 | 1001011 | 1010101 | 1011 | 111 | 1001110 | 110011 |
Color Harmonies of #E33921
Complementary color
Monochromatic Colors of #E33921
Black with #E33921
Text Example
Text Example
White with #E33921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33921; }
p { color: rgb(227,57,33); }
H1.HeaderClassName
{
color: #E33921;
}
.AnyTagClassName
{
color: #E33921;
}
</style>
background-color css
<style>
a { background-color: #E33921; }
a { background-color: rgb(227,57,33); }
div.DivClassName
{
background-color: #E33921;
}
.BgClassName
{
background-color: #E33921;
}
</style>
border-color css
<style>
span { border-color: #E33921; }
span { border-color: rgb(227,57,33); }
td.TdClassName
{
border-color: #E33921;
}
.TagClassName
{
border-color: #E33921;
}
</style>