Shades of Cinnabar #E74641
Tints of Cinnabar #E74641
RGB
CMYK
RGB Variations
Color information
#E74641 (or 0xE74641) is known color: Cinnabar. HEX triplet: E7, 46 and 41. RGB value is (231,70,65). Sum of RGB (Red+Green+Blue) = 231+70+65=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E74641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74641 is #18B9BE. Grayscale: #757575. Windows color (decimal): -1620415 or 4277991. OLE color: 4277991.
HSL color Cylindrical-coordinate representation of color #E74641: hue angle of 1.81º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74641 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 65 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.09 |
| HSL | 1.81º | 0.78% | 0.58% | - |
| HSV(B) | 1.81º | 0.72% | 0.91% | - |
| XYZ | 36.1 | 21.75 | 7.3 | - |
| YUV | 117.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 65 | 0 | 0.70 | 0.72 | 0.09 | 1.81 | 0.78 | 0.58 |
| Hex | E7 | 46 | 41 | 0 | 46 | 48 | 9 | 2 | 4E | 3A |
| Octal | 347 | 106 | 101 | 0 | 106 | 110 | 11 | 2 | 116 | 72 |
| Binary | 11100111 | 1000110 | 1000001 | 0 | 1000110 | 1001000 | 1001 | 10 | 1001110 | 111010 |
Color Harmonies of #E74641
Complementary color
Monochromatic Colors of #E74641
Black with #E74641
Text Example
Text Example
White with #E74641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74641; }
p { color: rgb(231,70,65); }
H1.HeaderClassName
{
color: #E74641;
}
.AnyTagClassName
{
color: #E74641;
}
</style>
background-color css
<style>
a { background-color: #E74641; }
a { background-color: rgb(231,70,65); }
div.DivClassName
{
background-color: #E74641;
}
.BgClassName
{
background-color: #E74641;
}
</style>
border-color css
<style>
span { border-color: #E74641; }
span { border-color: rgb(231,70,65); }
td.TdClassName
{
border-color: #E74641;
}
.TagClassName
{
border-color: #E74641;
}
</style>