Shades of Cinnabar #E75341
Tints of Cinnabar #E75341
RGB
CMYK
RGB Variations
Color information
#E75341 (or 0xE75341) is known color: Cinnabar. HEX triplet: E7, 53 and 41. RGB value is (231,83,65). Sum of RGB (Red+Green+Blue) = 231+83+65=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E75341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75341 is #18ACBE. Grayscale: #7D7D7D. Windows color (decimal): -1617087 or 4281319. OLE color: 4281319.
HSL color Cylindrical-coordinate representation of color #E75341: hue angle of 6.51º 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 #E75341 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 65 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.09 |
| HSL | 6.51º | 0.78% | 0.58% | - |
| HSV(B) | 6.51º | 0.72% | 0.91% | - |
| XYZ | 37 | 23.56 | 7.6 | - |
| YUV | 125.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 65 | 0 | 0.64 | 0.72 | 0.09 | 6.51 | 0.78 | 0.58 |
| Hex | E7 | 53 | 41 | 0 | 40 | 48 | 9 | 7 | 4E | 3A |
| Octal | 347 | 123 | 101 | 0 | 100 | 110 | 11 | 7 | 116 | 72 |
| Binary | 11100111 | 1010011 | 1000001 | 0 | 1000000 | 1001000 | 1001 | 111 | 1001110 | 111010 |
Color Harmonies of #E75341
Complementary color
Monochromatic Colors of #E75341
Black with #E75341
Text Example
Text Example
White with #E75341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75341; }
p { color: rgb(231,83,65); }
H1.HeaderClassName
{
color: #E75341;
}
.AnyTagClassName
{
color: #E75341;
}
</style>
background-color css
<style>
a { background-color: #E75341; }
a { background-color: rgb(231,83,65); }
div.DivClassName
{
background-color: #E75341;
}
.BgClassName
{
background-color: #E75341;
}
</style>
border-color css
<style>
span { border-color: #E75341; }
span { border-color: rgb(231,83,65); }
td.TdClassName
{
border-color: #E75341;
}
.TagClassName
{
border-color: #E75341;
}
</style>