Shades of Cinnabar #E2441B
Tints of Cinnabar #E2441B
RGB
CMYK
RGB Variations
Color information
#E2441B (or 0xE2441B) is known color: Cinnabar. HEX triplet: E2, 44 and 1B. RGB value is (226,68,27). Sum of RGB (Red+Green+Blue) = 226+68+27=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2441B is #1DBBE4. Grayscale: #6E6E6E. Windows color (decimal): -1948645 or 1787106. OLE color: 1787106.
HSL color Cylindrical-coordinate representation of color #E2441B: hue angle of 12.36º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2441B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.11 |
| HSL | 12.36º | 0.79% | 0.5% | - |
| HSV(B) | 12.36º | 0.88% | 0.89% | - |
| XYZ | 33.63 | 20.38 | 3.2 | - |
| YUV | 110.57 | 80.85 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 27 | 0 | 0.70 | 0.88 | 0.11 | 12.36 | 0.79 | 0.5 |
| Hex | E2 | 44 | 1B | 0 | 46 | 58 | B | C | 4F | 32 |
| Octal | 342 | 104 | 33 | 0 | 106 | 130 | 13 | 14 | 117 | 62 |
| Binary | 11100010 | 1000100 | 11011 | 0 | 1000110 | 1011000 | 1011 | 1100 | 1001111 | 110010 |
Color Harmonies of #E2441B
Complementary color
Monochromatic Colors of #E2441B
Black with #E2441B
Text Example
Text Example
White with #E2441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2441B; }
p { color: rgb(226,68,27); }
H1.HeaderClassName
{
color: #E2441B;
}
.AnyTagClassName
{
color: #E2441B;
}
</style>
background-color css
<style>
a { background-color: #E2441B; }
a { background-color: rgb(226,68,27); }
div.DivClassName
{
background-color: #E2441B;
}
.BgClassName
{
background-color: #E2441B;
}
</style>
border-color css
<style>
span { border-color: #E2441B; }
span { border-color: rgb(226,68,27); }
td.TdClassName
{
border-color: #E2441B;
}
.TagClassName
{
border-color: #E2441B;
}
</style>