Shades of Cinnabar #E7441F
Tints of Cinnabar #E7441F
RGB
CMYK
RGB Variations
Color information
#E7441F (or 0xE7441F) is known color: Cinnabar. HEX triplet: E7, 44 and 1F. RGB value is (231,68,31). Sum of RGB (Red+Green+Blue) = 231+68+31=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7441F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7441F is #18BBE0. Grayscale: #707070. Windows color (decimal): -1620961 or 2049255. OLE color: 2049255.
HSL color Cylindrical-coordinate representation of color #E7441F: hue angle of 11.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7441F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.09 |
| HSL | 11.1º | 0.81% | 0.51% | - |
| HSV(B) | 11.1º | 0.87% | 0.91% | - |
| XYZ | 35.27 | 21.22 | 3.53 | - |
| YUV | 112.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 31 | 0 | 0.71 | 0.87 | 0.09 | 11.1 | 0.81 | 0.51 |
| Hex | E7 | 44 | 1F | 0 | 47 | 57 | 9 | B | 51 | 33 |
| Octal | 347 | 104 | 37 | 0 | 107 | 127 | 11 | 13 | 121 | 63 |
| Binary | 11100111 | 1000100 | 11111 | 0 | 1000111 | 1010111 | 1001 | 1011 | 1010001 | 110011 |
Color Harmonies of #E7441F
Complementary color
Monochromatic Colors of #E7441F
Black with #E7441F
Text Example
Text Example
White with #E7441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7441F; }
p { color: rgb(231,68,31); }
H1.HeaderClassName
{
color: #E7441F;
}
.AnyTagClassName
{
color: #E7441F;
}
</style>
background-color css
<style>
a { background-color: #E7441F; }
a { background-color: rgb(231,68,31); }
div.DivClassName
{
background-color: #E7441F;
}
.BgClassName
{
background-color: #E7441F;
}
</style>
border-color css
<style>
span { border-color: #E7441F; }
span { border-color: rgb(231,68,31); }
td.TdClassName
{
border-color: #E7441F;
}
.TagClassName
{
border-color: #E7441F;
}
</style>