Shades of Cinnabar #E1481C
Tints of Cinnabar #E1481C
RGB
CMYK
RGB Variations
Color information
#E1481C (or 0xE1481C) is known color: Cinnabar. HEX triplet: E1, 48 and 1C. RGB value is (225,72,28). Sum of RGB (Red+Green+Blue) = 225+72+28=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1481C is #1EB7E3. Grayscale: #717171. Windows color (decimal): -2013156 or 1853665. OLE color: 1853665.
HSL color Cylindrical-coordinate representation of color #E1481C: hue angle of 13.4º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1481C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 28 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.12 |
| HSL | 13.4º | 0.78% | 0.5% | - |
| HSV(B) | 13.4º | 0.88% | 0.88% | - |
| XYZ | 33.58 | 20.73 | 3.33 | - |
| YUV | 112.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 28 | 0 | 0.68 | 0.88 | 0.12 | 13.4 | 0.78 | 0.5 |
| Hex | E1 | 48 | 1C | 0 | 44 | 58 | C | D | 4E | 32 |
| Octal | 341 | 110 | 34 | 0 | 104 | 130 | 14 | 15 | 116 | 62 |
| Binary | 11100001 | 1001000 | 11100 | 0 | 1000100 | 1011000 | 1100 | 1101 | 1001110 | 110010 |
Color Harmonies of #E1481C
Complementary color
Monochromatic Colors of #E1481C
Black with #E1481C
Text Example
Text Example
White with #E1481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1481C; }
p { color: rgb(225,72,28); }
H1.HeaderClassName
{
color: #E1481C;
}
.AnyTagClassName
{
color: #E1481C;
}
</style>
background-color css
<style>
a { background-color: #E1481C; }
a { background-color: rgb(225,72,28); }
div.DivClassName
{
background-color: #E1481C;
}
.BgClassName
{
background-color: #E1481C;
}
</style>
border-color css
<style>
span { border-color: #E1481C; }
span { border-color: rgb(225,72,28); }
td.TdClassName
{
border-color: #E1481C;
}
.TagClassName
{
border-color: #E1481C;
}
</style>