Shades of Cinnabar #E2481A
Tints of Cinnabar #E2481A
RGB
CMYK
RGB Variations
Color information
#E2481A (or 0xE2481A) is known color: Cinnabar. HEX triplet: E2, 48 and 1A. RGB value is (226,72,26). Sum of RGB (Red+Green+Blue) = 226+72+26=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2481A is #1DB7E5. Grayscale: #717171. Windows color (decimal): -1947622 or 1722594. OLE color: 1722594.
HSL color Cylindrical-coordinate representation of color #E2481A: hue angle of 13.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2481A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.11 |
| HSL | 13.8º | 0.79% | 0.49% | - |
| HSV(B) | 13.8º | 0.88% | 0.89% | - |
| XYZ | 33.87 | 20.88 | 3.22 | - |
| YUV | 112.8 | 79.02 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 26 | 0 | 0.68 | 0.88 | 0.11 | 13.8 | 0.79 | 0.49 |
| Hex | E2 | 48 | 1A | 0 | 44 | 58 | B | E | 4F | 31 |
| Octal | 342 | 110 | 32 | 0 | 104 | 130 | 13 | 16 | 117 | 61 |
| Binary | 11100010 | 1001000 | 11010 | 0 | 1000100 | 1011000 | 1011 | 1110 | 1001111 | 110001 |
Color Harmonies of #E2481A
Complementary color
Monochromatic Colors of #E2481A
Black with #E2481A
Text Example
Text Example
White with #E2481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2481A; }
p { color: rgb(226,72,26); }
H1.HeaderClassName
{
color: #E2481A;
}
.AnyTagClassName
{
color: #E2481A;
}
</style>
background-color css
<style>
a { background-color: #E2481A; }
a { background-color: rgb(226,72,26); }
div.DivClassName
{
background-color: #E2481A;
}
.BgClassName
{
background-color: #E2481A;
}
</style>
border-color css
<style>
span { border-color: #E2481A; }
span { border-color: rgb(226,72,26); }
td.TdClassName
{
border-color: #E2481A;
}
.TagClassName
{
border-color: #E2481A;
}
</style>