Shades of Cinnabar #E65136
Tints of Cinnabar #E65136
RGB
CMYK
RGB Variations
Color information
#E65136 (or 0xE65136) is known color: Cinnabar. HEX triplet: E6, 51 and 36. RGB value is (230,81,54). Sum of RGB (Red+Green+Blue) = 230+81+54=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E65136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65136 is #19AEC9. Grayscale: #7A7A7A. Windows color (decimal): -1683146 or 3559910. OLE color: 3559910.
HSL color Cylindrical-coordinate representation of color #E65136: hue angle of 9.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E65136 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 54 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.10 |
| HSL | 9.2º | 0.78% | 0.56% | - |
| HSV(B) | 9.2º | 0.77% | 0.9% | - |
| XYZ | 36.24 | 22.97 | 6.01 | - |
| YUV | 122.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 54 | 0 | 0.65 | 0.77 | 0.10 | 9.2 | 0.78 | 0.56 |
| Hex | E6 | 51 | 36 | 0 | 41 | 4D | A | 9 | 4E | 38 |
| Octal | 346 | 121 | 66 | 0 | 101 | 115 | 12 | 11 | 116 | 70 |
| Binary | 11100110 | 1010001 | 110110 | 0 | 1000001 | 1001101 | 1010 | 1001 | 1001110 | 111000 |
Color Harmonies of #E65136
Complementary color
Monochromatic Colors of #E65136
Black with #E65136
Text Example
Text Example
White with #E65136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65136; }
p { color: rgb(230,81,54); }
H1.HeaderClassName
{
color: #E65136;
}
.AnyTagClassName
{
color: #E65136;
}
</style>
background-color css
<style>
a { background-color: #E65136; }
a { background-color: rgb(230,81,54); }
div.DivClassName
{
background-color: #E65136;
}
.BgClassName
{
background-color: #E65136;
}
</style>
border-color css
<style>
span { border-color: #E65136; }
span { border-color: rgb(230,81,54); }
td.TdClassName
{
border-color: #E65136;
}
.TagClassName
{
border-color: #E65136;
}
</style>