Shades of Cinnabar #E13621
Tints of Cinnabar #E13621
RGB
CMYK
RGB Variations
Color information
#E13621 (or 0xE13621) is known color: Cinnabar. HEX triplet: E1, 36 and 21. RGB value is (225,54,33). Sum of RGB (Red+Green+Blue) = 225+54+33=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E13621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13621 is #1EC9DE. Grayscale: #666666. Windows color (decimal): -2017759 or 2176737. OLE color: 2176737.
HSL color Cylindrical-coordinate representation of color #E13621: hue angle of 6.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E13621 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 33 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.12 |
| HSL | 6.56º | 0.76% | 0.51% | - |
| HSV(B) | 6.56º | 0.85% | 0.88% | - |
| XYZ | 32.65 | 18.76 | 3.34 | - |
| YUV | 102.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 33 | 0 | 0.76 | 0.85 | 0.12 | 6.56 | 0.76 | 0.51 |
| Hex | E1 | 36 | 21 | 0 | 4C | 55 | C | 7 | 4C | 33 |
| Octal | 341 | 66 | 41 | 0 | 114 | 125 | 14 | 7 | 114 | 63 |
| Binary | 11100001 | 110110 | 100001 | 0 | 1001100 | 1010101 | 1100 | 111 | 1001100 | 110011 |
Color Harmonies of #E13621
Complementary color
Monochromatic Colors of #E13621
Black with #E13621
Text Example
Text Example
White with #E13621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13621; }
p { color: rgb(225,54,33); }
H1.HeaderClassName
{
color: #E13621;
}
.AnyTagClassName
{
color: #E13621;
}
</style>
background-color css
<style>
a { background-color: #E13621; }
a { background-color: rgb(225,54,33); }
div.DivClassName
{
background-color: #E13621;
}
.BgClassName
{
background-color: #E13621;
}
</style>
border-color css
<style>
span { border-color: #E13621; }
span { border-color: rgb(225,54,33); }
td.TdClassName
{
border-color: #E13621;
}
.TagClassName
{
border-color: #E13621;
}
</style>