Shades of Cinnabar #E65336
Tints of Cinnabar #E65336
RGB
CMYK
RGB Variations
Color information
#E65336 (or 0xE65336) is known color: Cinnabar. HEX triplet: E6, 53 and 36. RGB value is (230,83,54). Sum of RGB (Red+Green+Blue) = 230+83+54=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E65336 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65336 is #19ACC9. Grayscale: #7B7B7B. Windows color (decimal): -1682634 or 3560422. OLE color: 3560422.
HSL color Cylindrical-coordinate representation of color #E65336: hue angle of 9.89º 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 #E65336 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 54 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.10 |
| HSL | 9.89º | 0.78% | 0.56% | - |
| HSV(B) | 9.89º | 0.77% | 0.9% | - |
| XYZ | 36.39 | 23.28 | 6.06 | - |
| YUV | 123.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 54 | 0 | 0.64 | 0.77 | 0.10 | 9.89 | 0.78 | 0.56 |
| Hex | E6 | 53 | 36 | 0 | 40 | 4D | A | A | 4E | 38 |
| Octal | 346 | 123 | 66 | 0 | 100 | 115 | 12 | 12 | 116 | 70 |
| Binary | 11100110 | 1010011 | 110110 | 0 | 1000000 | 1001101 | 1010 | 1010 | 1001110 | 111000 |
Color Harmonies of #E65336
Complementary color
Monochromatic Colors of #E65336
Black with #E65336
Text Example
Text Example
White with #E65336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65336; }
p { color: rgb(230,83,54); }
H1.HeaderClassName
{
color: #E65336;
}
.AnyTagClassName
{
color: #E65336;
}
</style>
background-color css
<style>
a { background-color: #E65336; }
a { background-color: rgb(230,83,54); }
div.DivClassName
{
background-color: #E65336;
}
.BgClassName
{
background-color: #E65336;
}
</style>
border-color css
<style>
span { border-color: #E65336; }
span { border-color: rgb(230,83,54); }
td.TdClassName
{
border-color: #E65336;
}
.TagClassName
{
border-color: #E65336;
}
</style>