Shades of Cinnabar #E1302B
Tints of Cinnabar #E1302B
RGB
CMYK
RGB Variations
Color information
#E1302B (or 0xE1302B) is known color: Cinnabar. HEX triplet: E1, 30 and 2B. RGB value is (225,48,43). Sum of RGB (Red+Green+Blue) = 225+48+43=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E1302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1302B is #1ECFD4. Grayscale: #646464. Windows color (decimal): -2019285 or 2830561. OLE color: 2830561.
HSL color Cylindrical-coordinate representation of color #E1302B: hue angle of 1.65º 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 #E1302B is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 43 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.12 |
| HSL | 1.65º | 0.75% | 0.53% | - |
| HSV(B) | 1.65º | 0.81% | 0.88% | - |
| XYZ | 32.54 | 18.3 | 4.1 | - |
| YUV | 100.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 43 | 0 | 0.79 | 0.81 | 0.12 | 1.65 | 0.75 | 0.53 |
| Hex | E1 | 30 | 2B | 0 | 4F | 51 | C | 2 | 4B | 35 |
| Octal | 341 | 60 | 53 | 0 | 117 | 121 | 14 | 2 | 113 | 65 |
| Binary | 11100001 | 110000 | 101011 | 0 | 1001111 | 1010001 | 1100 | 10 | 1001011 | 110101 |
Color Harmonies of #E1302B
Complementary color
Monochromatic Colors of #E1302B
Black with #E1302B
Text Example
Text Example
White with #E1302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1302B; }
p { color: rgb(225,48,43); }
H1.HeaderClassName
{
color: #E1302B;
}
.AnyTagClassName
{
color: #E1302B;
}
</style>
background-color css
<style>
a { background-color: #E1302B; }
a { background-color: rgb(225,48,43); }
div.DivClassName
{
background-color: #E1302B;
}
.BgClassName
{
background-color: #E1302B;
}
</style>
border-color css
<style>
span { border-color: #E1302B; }
span { border-color: rgb(225,48,43); }
td.TdClassName
{
border-color: #E1302B;
}
.TagClassName
{
border-color: #E1302B;
}
</style>