Shades of Cinnabar #E65536
Tints of Cinnabar #E65536
RGB
CMYK
RGB Variations
Color information
#E65536 (or 0xE65536) is known color: Cinnabar. HEX triplet: E6, 55 and 36. RGB value is (230,85,54). Sum of RGB (Red+Green+Blue) = 230+85+54=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E65536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65536 is #19AAC9. Grayscale: #7D7D7D. Windows color (decimal): -1682122 or 3560934. OLE color: 3560934.
HSL color Cylindrical-coordinate representation of color #E65536: hue angle of 10.57º 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 #E65536 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 54 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.10 |
| HSL | 10.57º | 0.78% | 0.56% | - |
| HSV(B) | 10.57º | 0.77% | 0.9% | - |
| XYZ | 36.55 | 23.59 | 6.12 | - |
| YUV | 124.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 54 | 0 | 0.63 | 0.77 | 0.10 | 10.57 | 0.78 | 0.56 |
| Hex | E6 | 55 | 36 | 0 | 3F | 4D | A | B | 4E | 38 |
| Octal | 346 | 125 | 66 | 0 | 77 | 115 | 12 | 13 | 116 | 70 |
| Binary | 11100110 | 1010101 | 110110 | 0 | 111111 | 1001101 | 1010 | 1011 | 1001110 | 111000 |
Color Harmonies of #E65536
Complementary color
Monochromatic Colors of #E65536
Black with #E65536
Text Example
Text Example
White with #E65536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65536; }
p { color: rgb(230,85,54); }
H1.HeaderClassName
{
color: #E65536;
}
.AnyTagClassName
{
color: #E65536;
}
</style>
background-color css
<style>
a { background-color: #E65536; }
a { background-color: rgb(230,85,54); }
div.DivClassName
{
background-color: #E65536;
}
.BgClassName
{
background-color: #E65536;
}
</style>
border-color css
<style>
span { border-color: #E65536; }
span { border-color: rgb(230,85,54); }
td.TdClassName
{
border-color: #E65536;
}
.TagClassName
{
border-color: #E65536;
}
</style>