Shades of Cinnabar #E65222
Tints of Cinnabar #E65222
RGB
CMYK
RGB Variations
Color information
#E65222 (or 0xE65222) is known color: Cinnabar. HEX triplet: E6, 52 and 22. RGB value is (230,82,34). Sum of RGB (Red+Green+Blue) = 230+82+34=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E65222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65222 is #19ADDD. Grayscale: #797979. Windows color (decimal): -1682910 or 2249446. OLE color: 2249446.
HSL color Cylindrical-coordinate representation of color #E65222: hue angle of 14.69º 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 #E65222 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.10 |
| HSL | 14.69º | 0.8% | 0.52% | - |
| HSV(B) | 14.69º | 0.85% | 0.9% | - |
| XYZ | 35.94 | 22.97 | 4.05 | - |
| YUV | 120.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 34 | 0 | 0.64 | 0.85 | 0.10 | 14.69 | 0.8 | 0.52 |
| Hex | E6 | 52 | 22 | 0 | 40 | 55 | A | F | 50 | 34 |
| Octal | 346 | 122 | 42 | 0 | 100 | 125 | 12 | 17 | 120 | 64 |
| Binary | 11100110 | 1010010 | 100010 | 0 | 1000000 | 1010101 | 1010 | 1111 | 1010000 | 110100 |
Color Harmonies of #E65222
Complementary color
Monochromatic Colors of #E65222
Black with #E65222
Text Example
Text Example
White with #E65222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65222; }
p { color: rgb(230,82,34); }
H1.HeaderClassName
{
color: #E65222;
}
.AnyTagClassName
{
color: #E65222;
}
</style>
background-color css
<style>
a { background-color: #E65222; }
a { background-color: rgb(230,82,34); }
div.DivClassName
{
background-color: #E65222;
}
.BgClassName
{
background-color: #E65222;
}
</style>
border-color css
<style>
span { border-color: #E65222; }
span { border-color: rgb(230,82,34); }
td.TdClassName
{
border-color: #E65222;
}
.TagClassName
{
border-color: #E65222;
}
</style>