Shades of Cinnabar #E1443D
Tints of Cinnabar #E1443D
RGB
CMYK
RGB Variations
Color information
#E1443D (or 0xE1443D) is known color: Cinnabar. HEX triplet: E1, 44 and 3D. RGB value is (225,68,61). Sum of RGB (Red+Green+Blue) = 225+68+61=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1443D is #1EBBC2. Grayscale: #727272. Windows color (decimal): -2014147 or 4015329. OLE color: 4015329.
HSL color Cylindrical-coordinate representation of color #E1443D: hue angle of 2.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1443D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 61 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.12 |
| HSL | 2.56º | 0.73% | 0.56% | - |
| HSV(B) | 2.56º | 0.73% | 0.88% | - |
| XYZ | 33.96 | 20.48 | 6.58 | - |
| YUV | 114.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 61 | 0 | 0.70 | 0.73 | 0.12 | 2.56 | 0.73 | 0.56 |
| Hex | E1 | 44 | 3D | 0 | 46 | 49 | C | 3 | 49 | 38 |
| Octal | 341 | 104 | 75 | 0 | 106 | 111 | 14 | 3 | 111 | 70 |
| Binary | 11100001 | 1000100 | 111101 | 0 | 1000110 | 1001001 | 1100 | 11 | 1001001 | 111000 |
Color Harmonies of #E1443D
Complementary color
Monochromatic Colors of #E1443D
Black with #E1443D
Text Example
Text Example
White with #E1443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1443D; }
p { color: rgb(225,68,61); }
H1.HeaderClassName
{
color: #E1443D;
}
.AnyTagClassName
{
color: #E1443D;
}
</style>
background-color css
<style>
a { background-color: #E1443D; }
a { background-color: rgb(225,68,61); }
div.DivClassName
{
background-color: #E1443D;
}
.BgClassName
{
background-color: #E1443D;
}
</style>
border-color css
<style>
span { border-color: #E1443D; }
span { border-color: rgb(225,68,61); }
td.TdClassName
{
border-color: #E1443D;
}
.TagClassName
{
border-color: #E1443D;
}
</style>