Shades of Cinnabar #E74941
Tints of Cinnabar #E74941
RGB
CMYK
RGB Variations
Color information
#E74941 (or 0xE74941) is known color: Cinnabar. HEX triplet: E7, 49 and 41. RGB value is (231,73,65). Sum of RGB (Red+Green+Blue) = 231+73+65=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E74941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74941 is #18B6BE. Grayscale: #777777. Windows color (decimal): -1619647 or 4278759. OLE color: 4278759.
HSL color Cylindrical-coordinate representation of color #E74941: hue angle of 2.89º 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 #E74941 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 65 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.09 |
| HSL | 2.89º | 0.78% | 0.58% | - |
| HSV(B) | 2.89º | 0.72% | 0.91% | - |
| XYZ | 36.29 | 22.14 | 7.36 | - |
| YUV | 119.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 65 | 0 | 0.68 | 0.72 | 0.09 | 2.89 | 0.78 | 0.58 |
| Hex | E7 | 49 | 41 | 0 | 44 | 48 | 9 | 3 | 4E | 3A |
| Octal | 347 | 111 | 101 | 0 | 104 | 110 | 11 | 3 | 116 | 72 |
| Binary | 11100111 | 1001001 | 1000001 | 0 | 1000100 | 1001000 | 1001 | 11 | 1001110 | 111010 |
Color Harmonies of #E74941
Complementary color
Monochromatic Colors of #E74941
Black with #E74941
Text Example
Text Example
White with #E74941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74941; }
p { color: rgb(231,73,65); }
H1.HeaderClassName
{
color: #E74941;
}
.AnyTagClassName
{
color: #E74941;
}
</style>
background-color css
<style>
a { background-color: #E74941; }
a { background-color: rgb(231,73,65); }
div.DivClassName
{
background-color: #E74941;
}
.BgClassName
{
background-color: #E74941;
}
</style>
border-color css
<style>
span { border-color: #E74941; }
span { border-color: rgb(231,73,65); }
td.TdClassName
{
border-color: #E74941;
}
.TagClassName
{
border-color: #E74941;
}
</style>