Shades of Cinnabar #E1442D
Tints of Cinnabar #E1442D
RGB
CMYK
RGB Variations
Color information
#E1442D (or 0xE1442D) is known color: Cinnabar. HEX triplet: E1, 44 and 2D. RGB value is (225,68,45). Sum of RGB (Red+Green+Blue) = 225+68+45=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1442D is #1EBBD2. Grayscale: #707070. Windows color (decimal): -2014163 or 2966753. OLE color: 2966753.
HSL color Cylindrical-coordinate representation of color #E1442D: hue angle of 7.67º 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 #E1442D is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 45 | - |
| CMYK | 0 | 0.70 | 0.8 | 0.12 |
| HSL | 7.67º | 0.75% | 0.53% | - |
| HSV(B) | 7.67º | 0.8% | 0.88% | - |
| XYZ | 33.59 | 20.33 | 4.64 | - |
| YUV | 112.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 45 | 0 | 0.70 | 0.8 | 0.12 | 7.67 | 0.75 | 0.53 |
| Hex | E1 | 44 | 2D | 0 | 46 | 50 | C | 8 | 4B | 35 |
| Octal | 341 | 104 | 55 | 0 | 106 | 120 | 14 | 10 | 113 | 65 |
| Binary | 11100001 | 1000100 | 101101 | 0 | 1000110 | 1010000 | 1100 | 1000 | 1001011 | 110101 |
Color Harmonies of #E1442D
Complementary color
Monochromatic Colors of #E1442D
Black with #E1442D
Text Example
Text Example
White with #E1442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1442D; }
p { color: rgb(225,68,45); }
H1.HeaderClassName
{
color: #E1442D;
}
.AnyTagClassName
{
color: #E1442D;
}
</style>
background-color css
<style>
a { background-color: #E1442D; }
a { background-color: rgb(225,68,45); }
div.DivClassName
{
background-color: #E1442D;
}
.BgClassName
{
background-color: #E1442D;
}
</style>
border-color css
<style>
span { border-color: #E1442D; }
span { border-color: rgb(225,68,45); }
td.TdClassName
{
border-color: #E1442D;
}
.TagClassName
{
border-color: #E1442D;
}
</style>