Shades of Cinnabar #E1362B
Tints of Cinnabar #E1362B
RGB
CMYK
RGB Variations
Color information
#E1362B (or 0xE1362B) is known color: Cinnabar. HEX triplet: E1, 36 and 2B. RGB value is (225,54,43). Sum of RGB (Red+Green+Blue) = 225+54+43=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1362B is #1EC9D4. Grayscale: #686868. Windows color (decimal): -2017749 or 2832097. OLE color: 2832097.
HSL color Cylindrical-coordinate representation of color #E1362B: hue angle of 3.63º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1362B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 43 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.12 |
| HSL | 3.63º | 0.75% | 0.53% | - |
| HSV(B) | 3.63º | 0.81% | 0.88% | - |
| XYZ | 32.81 | 18.82 | 4.19 | - |
| YUV | 103.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 43 | 0 | 0.76 | 0.81 | 0.12 | 3.63 | 0.75 | 0.53 |
| Hex | E1 | 36 | 2B | 0 | 4C | 51 | C | 4 | 4B | 35 |
| Octal | 341 | 66 | 53 | 0 | 114 | 121 | 14 | 4 | 113 | 65 |
| Binary | 11100001 | 110110 | 101011 | 0 | 1001100 | 1010001 | 1100 | 100 | 1001011 | 110101 |
Color Harmonies of #E1362B
Complementary color
Monochromatic Colors of #E1362B
Black with #E1362B
Text Example
Text Example
White with #E1362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1362B; }
p { color: rgb(225,54,43); }
H1.HeaderClassName
{
color: #E1362B;
}
.AnyTagClassName
{
color: #E1362B;
}
</style>
background-color css
<style>
a { background-color: #E1362B; }
a { background-color: rgb(225,54,43); }
div.DivClassName
{
background-color: #E1362B;
}
.BgClassName
{
background-color: #E1362B;
}
</style>
border-color css
<style>
span { border-color: #E1362B; }
span { border-color: rgb(225,54,43); }
td.TdClassName
{
border-color: #E1362B;
}
.TagClassName
{
border-color: #E1362B;
}
</style>