Shades of Cinnabar #E65131
Tints of Cinnabar #E65131
RGB
CMYK
RGB Variations
Color information
#E65131 (or 0xE65131) is known color: Cinnabar. HEX triplet: E6, 51 and 31. RGB value is (230,81,49). Sum of RGB (Red+Green+Blue) = 230+81+49=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E65131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65131 is #19AECE. Grayscale: #7A7A7A. Windows color (decimal): -1683151 or 3232230. OLE color: 3232230.
HSL color Cylindrical-coordinate representation of color #E65131: hue angle of 10.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E65131 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 49 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.10 |
| HSL | 10.61º | 0.78% | 0.55% | - |
| HSV(B) | 10.61º | 0.79% | 0.9% | - |
| XYZ | 36.13 | 22.93 | 5.43 | - |
| YUV | 121.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 49 | 0 | 0.65 | 0.79 | 0.10 | 10.61 | 0.78 | 0.55 |
| Hex | E6 | 51 | 31 | 0 | 41 | 4F | A | B | 4E | 37 |
| Octal | 346 | 121 | 61 | 0 | 101 | 117 | 12 | 13 | 116 | 67 |
| Binary | 11100110 | 1010001 | 110001 | 0 | 1000001 | 1001111 | 1010 | 1011 | 1001110 | 110111 |
Color Harmonies of #E65131
Complementary color
Monochromatic Colors of #E65131
Black with #E65131
Text Example
Text Example
White with #E65131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65131; }
p { color: rgb(230,81,49); }
H1.HeaderClassName
{
color: #E65131;
}
.AnyTagClassName
{
color: #E65131;
}
</style>
background-color css
<style>
a { background-color: #E65131; }
a { background-color: rgb(230,81,49); }
div.DivClassName
{
background-color: #E65131;
}
.BgClassName
{
background-color: #E65131;
}
</style>
border-color css
<style>
span { border-color: #E65131; }
span { border-color: rgb(230,81,49); }
td.TdClassName
{
border-color: #E65131;
}
.TagClassName
{
border-color: #E65131;
}
</style>