Shades of Cinnabar #E3441E
Tints of Cinnabar #E3441E
RGB
CMYK
RGB Variations
Color information
#E3441E (or 0xE3441E) is known color: Cinnabar. HEX triplet: E3, 44 and 1E. RGB value is (227,68,30). Sum of RGB (Red+Green+Blue) = 227+68+30=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3441E is #1CBBE1. Grayscale: #6F6F6F. Windows color (decimal): -1883106 or 1983715. OLE color: 1983715.
HSL color Cylindrical-coordinate representation of color #E3441E: hue angle of 11.57º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3441E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.11 |
| HSL | 11.57º | 0.78% | 0.5% | - |
| HSV(B) | 11.57º | 0.87% | 0.89% | - |
| XYZ | 33.98 | 20.56 | 3.41 | - |
| YUV | 111.21 | 82.18 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 30 | 0 | 0.70 | 0.87 | 0.11 | 11.57 | 0.78 | 0.5 |
| Hex | E3 | 44 | 1E | 0 | 46 | 57 | B | C | 4E | 32 |
| Octal | 343 | 104 | 36 | 0 | 106 | 127 | 13 | 14 | 116 | 62 |
| Binary | 11100011 | 1000100 | 11110 | 0 | 1000110 | 1010111 | 1011 | 1100 | 1001110 | 110010 |
Color Harmonies of #E3441E
Complementary color
Monochromatic Colors of #E3441E
Black with #E3441E
Text Example
Text Example
White with #E3441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3441E; }
p { color: rgb(227,68,30); }
H1.HeaderClassName
{
color: #E3441E;
}
.AnyTagClassName
{
color: #E3441E;
}
</style>
background-color css
<style>
a { background-color: #E3441E; }
a { background-color: rgb(227,68,30); }
div.DivClassName
{
background-color: #E3441E;
}
.BgClassName
{
background-color: #E3441E;
}
</style>
border-color css
<style>
span { border-color: #E3441E; }
span { border-color: rgb(227,68,30); }
td.TdClassName
{
border-color: #E3441E;
}
.TagClassName
{
border-color: #E3441E;
}
</style>