Shades of Cinnabar #E2441C
Tints of Cinnabar #E2441C
RGB
CMYK
RGB Variations
Color information
#E2441C (or 0xE2441C) is known color: Cinnabar. HEX triplet: E2, 44 and 1C. RGB value is (226,68,28). Sum of RGB (Red+Green+Blue) = 226+68+28=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2441C is #1DBBE3. Grayscale: #6E6E6E. Windows color (decimal): -1948644 or 1852642. OLE color: 1852642.
HSL color Cylindrical-coordinate representation of color #E2441C: hue angle of 12.12º degrees, saturation: 0.78, 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 #E2441C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.11 |
| HSL | 12.12º | 0.78% | 0.5% | - |
| HSV(B) | 12.12º | 0.88% | 0.89% | - |
| XYZ | 33.64 | 20.39 | 3.26 | - |
| YUV | 110.68 | 81.35 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 28 | 0 | 0.70 | 0.88 | 0.11 | 12.12 | 0.78 | 0.5 |
| Hex | E2 | 44 | 1C | 0 | 46 | 58 | B | C | 4E | 32 |
| Octal | 342 | 104 | 34 | 0 | 106 | 130 | 13 | 14 | 116 | 62 |
| Binary | 11100010 | 1000100 | 11100 | 0 | 1000110 | 1011000 | 1011 | 1100 | 1001110 | 110010 |
Color Harmonies of #E2441C
Complementary color
Monochromatic Colors of #E2441C
Black with #E2441C
Text Example
Text Example
White with #E2441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2441C; }
p { color: rgb(226,68,28); }
H1.HeaderClassName
{
color: #E2441C;
}
.AnyTagClassName
{
color: #E2441C;
}
</style>
background-color css
<style>
a { background-color: #E2441C; }
a { background-color: rgb(226,68,28); }
div.DivClassName
{
background-color: #E2441C;
}
.BgClassName
{
background-color: #E2441C;
}
</style>
border-color css
<style>
span { border-color: #E2441C; }
span { border-color: rgb(226,68,28); }
td.TdClassName
{
border-color: #E2441C;
}
.TagClassName
{
border-color: #E2441C;
}
</style>