Shades of Cinnabar #E1302D
Tints of Cinnabar #E1302D
RGB
CMYK
RGB Variations
Color information
#E1302D (or 0xE1302D) is known color: Cinnabar. HEX triplet: E1, 30 and 2D. RGB value is (225,48,45). Sum of RGB (Red+Green+Blue) = 225+48+45=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1302D is #1ECFD2. Grayscale: #646464. Windows color (decimal): -2019283 or 2961633. OLE color: 2961633.
HSL color Cylindrical-coordinate representation of color #E1302D: hue angle of 1º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1302D is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 45 | - |
| CMYK | 0 | 0.79 | 0.8 | 0.12 |
| HSL | 1º | 0.75% | 0.53% | - |
| HSV(B) | 1º | 0.8% | 0.88% | - |
| XYZ | 32.58 | 18.31 | 4.3 | - |
| YUV | 100.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 45 | 0 | 0.79 | 0.8 | 0.12 | 1 | 0.75 | 0.53 |
| Hex | E1 | 30 | 2D | 0 | 4F | 50 | C | 1 | 4B | 35 |
| Octal | 341 | 60 | 55 | 0 | 117 | 120 | 14 | 1 | 113 | 65 |
| Binary | 11100001 | 110000 | 101101 | 0 | 1001111 | 1010000 | 1100 | 1 | 1001011 | 110101 |
Color Harmonies of #E1302D
Complementary color
Monochromatic Colors of #E1302D
Black with #E1302D
Text Example
Text Example
White with #E1302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1302D; }
p { color: rgb(225,48,45); }
H1.HeaderClassName
{
color: #E1302D;
}
.AnyTagClassName
{
color: #E1302D;
}
</style>
background-color css
<style>
a { background-color: #E1302D; }
a { background-color: rgb(225,48,45); }
div.DivClassName
{
background-color: #E1302D;
}
.BgClassName
{
background-color: #E1302D;
}
</style>
border-color css
<style>
span { border-color: #E1302D; }
span { border-color: rgb(225,48,45); }
td.TdClassName
{
border-color: #E1302D;
}
.TagClassName
{
border-color: #E1302D;
}
</style>