Shades of Cinnabar #E65528
Tints of Cinnabar #E65528
RGB
CMYK
RGB Variations
Color information
#E65528 (or 0xE65528) is known color: Cinnabar. HEX triplet: E6, 55 and 28. RGB value is (230,85,40). Sum of RGB (Red+Green+Blue) = 230+85+40=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E65528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65528 is #19AAD7. Grayscale: #7B7B7B. Windows color (decimal): -1682136 or 2643430. OLE color: 2643430.
HSL color Cylindrical-coordinate representation of color #E65528: hue angle of 14.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E65528 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 40 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.10 |
| HSL | 14.21º | 0.79% | 0.53% | - |
| HSV(B) | 14.21º | 0.83% | 0.9% | - |
| XYZ | 36.26 | 23.47 | 4.63 | - |
| YUV | 123.23 | 81.04 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 40 | 0 | 0.63 | 0.83 | 0.10 | 14.21 | 0.79 | 0.53 |
| Hex | E6 | 55 | 28 | 0 | 3F | 53 | A | E | 4F | 35 |
| Octal | 346 | 125 | 50 | 0 | 77 | 123 | 12 | 16 | 117 | 65 |
| Binary | 11100110 | 1010101 | 101000 | 0 | 111111 | 1010011 | 1010 | 1110 | 1001111 | 110101 |
Color Harmonies of #E65528
Complementary color
Monochromatic Colors of #E65528
Black with #E65528
Text Example
Text Example
White with #E65528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65528; }
p { color: rgb(230,85,40); }
H1.HeaderClassName
{
color: #E65528;
}
.AnyTagClassName
{
color: #E65528;
}
</style>
background-color css
<style>
a { background-color: #E65528; }
a { background-color: rgb(230,85,40); }
div.DivClassName
{
background-color: #E65528;
}
.BgClassName
{
background-color: #E65528;
}
</style>
border-color css
<style>
span { border-color: #E65528; }
span { border-color: rgb(230,85,40); }
td.TdClassName
{
border-color: #E65528;
}
.TagClassName
{
border-color: #E65528;
}
</style>