Shades of Cinnabar #E65140
Tints of Cinnabar #E65140
RGB
CMYK
RGB Variations
Color information
#E65140 (or 0xE65140) is known color: Cinnabar. HEX triplet: E6, 51 and 40. RGB value is (230,81,64). Sum of RGB (Red+Green+Blue) = 230+81+64=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E65140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65140 is #19AEBF. Grayscale: #7B7B7B. Windows color (decimal): -1683136 or 4215270. OLE color: 4215270.
HSL color Cylindrical-coordinate representation of color #E65140: hue angle of 6.14º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E65140 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 64 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.10 |
| HSL | 6.14º | 0.77% | 0.58% | - |
| HSV(B) | 6.14º | 0.72% | 0.9% | - |
| XYZ | 36.5 | 23.08 | 7.38 | - |
| YUV | 123.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 64 | 0 | 0.65 | 0.72 | 0.10 | 6.14 | 0.77 | 0.58 |
| Hex | E6 | 51 | 40 | 0 | 41 | 48 | A | 6 | 4D | 3A |
| Octal | 346 | 121 | 100 | 0 | 101 | 110 | 12 | 6 | 115 | 72 |
| Binary | 11100110 | 1010001 | 1000000 | 0 | 1000001 | 1001000 | 1010 | 110 | 1001101 | 111010 |
Color Harmonies of #E65140
Complementary color
Monochromatic Colors of #E65140
Black with #E65140
Text Example
Text Example
White with #E65140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65140; }
p { color: rgb(230,81,64); }
H1.HeaderClassName
{
color: #E65140;
}
.AnyTagClassName
{
color: #E65140;
}
</style>
background-color css
<style>
a { background-color: #E65140; }
a { background-color: rgb(230,81,64); }
div.DivClassName
{
background-color: #E65140;
}
.BgClassName
{
background-color: #E65140;
}
</style>
border-color css
<style>
span { border-color: #E65140; }
span { border-color: rgb(230,81,64); }
td.TdClassName
{
border-color: #E65140;
}
.TagClassName
{
border-color: #E65140;
}
</style>