Shades of Cinnabar #E65022
Tints of Cinnabar #E65022
RGB
CMYK
RGB Variations
Color information
#E65022 (or 0xE65022) is known color: Cinnabar. HEX triplet: E6, 50 and 22. RGB value is (230,80,34). Sum of RGB (Red+Green+Blue) = 230+80+34=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E65022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65022 is #19AFDD. Grayscale: #777777. Windows color (decimal): -1683422 or 2248934. OLE color: 2248934.
HSL color Cylindrical-coordinate representation of color #E65022: hue angle of 14.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E65022 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 34 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.10 |
| HSL | 14.08º | 0.8% | 0.52% | - |
| HSV(B) | 14.08º | 0.85% | 0.9% | - |
| XYZ | 35.79 | 22.68 | 4 | - |
| YUV | 119.61 | 79.7 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 34 | 0 | 0.65 | 0.85 | 0.10 | 14.08 | 0.8 | 0.52 |
| Hex | E6 | 50 | 22 | 0 | 41 | 55 | A | E | 50 | 34 |
| Octal | 346 | 120 | 42 | 0 | 101 | 125 | 12 | 16 | 120 | 64 |
| Binary | 11100110 | 1010000 | 100010 | 0 | 1000001 | 1010101 | 1010 | 1110 | 1010000 | 110100 |
Color Harmonies of #E65022
Complementary color
Monochromatic Colors of #E65022
Black with #E65022
Text Example
Text Example
White with #E65022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65022; }
p { color: rgb(230,80,34); }
H1.HeaderClassName
{
color: #E65022;
}
.AnyTagClassName
{
color: #E65022;
}
</style>
background-color css
<style>
a { background-color: #E65022; }
a { background-color: rgb(230,80,34); }
div.DivClassName
{
background-color: #E65022;
}
.BgClassName
{
background-color: #E65022;
}
</style>
border-color css
<style>
span { border-color: #E65022; }
span { border-color: rgb(230,80,34); }
td.TdClassName
{
border-color: #E65022;
}
.TagClassName
{
border-color: #E65022;
}
</style>