Shades of Cinnabar #E1482D
Tints of Cinnabar #E1482D
RGB
CMYK
RGB Variations
Color information
#E1482D (or 0xE1482D) is known color: Cinnabar. HEX triplet: E1, 48 and 2D. RGB value is (225,72,45). Sum of RGB (Red+Green+Blue) = 225+72+45=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1482D is #1EB7D2. Grayscale: #727272. Windows color (decimal): -2013139 or 2967777. OLE color: 2967777.
HSL color Cylindrical-coordinate representation of color #E1482D: hue angle of 9º 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 #E1482D is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 45 | - |
| CMYK | 0 | 0.68 | 0.8 | 0.12 |
| HSL | 9º | 0.75% | 0.53% | - |
| HSV(B) | 9º | 0.8% | 0.88% | - |
| XYZ | 33.84 | 20.83 | 4.72 | - |
| YUV | 114.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 45 | 0 | 0.68 | 0.8 | 0.12 | 9 | 0.75 | 0.53 |
| Hex | E1 | 48 | 2D | 0 | 44 | 50 | C | 9 | 4B | 35 |
| Octal | 341 | 110 | 55 | 0 | 104 | 120 | 14 | 11 | 113 | 65 |
| Binary | 11100001 | 1001000 | 101101 | 0 | 1000100 | 1010000 | 1100 | 1001 | 1001011 | 110101 |
Color Harmonies of #E1482D
Complementary color
Monochromatic Colors of #E1482D
Black with #E1482D
Text Example
Text Example
White with #E1482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1482D; }
p { color: rgb(225,72,45); }
H1.HeaderClassName
{
color: #E1482D;
}
.AnyTagClassName
{
color: #E1482D;
}
</style>
background-color css
<style>
a { background-color: #E1482D; }
a { background-color: rgb(225,72,45); }
div.DivClassName
{
background-color: #E1482D;
}
.BgClassName
{
background-color: #E1482D;
}
</style>
border-color css
<style>
span { border-color: #E1482D; }
span { border-color: rgb(225,72,45); }
td.TdClassName
{
border-color: #E1482D;
}
.TagClassName
{
border-color: #E1482D;
}
</style>