Shades of Cinnabar #E65221
Tints of Cinnabar #E65221
RGB
CMYK
RGB Variations
Color information
#E65221 (or 0xE65221) is known color: Cinnabar. HEX triplet: E6, 52 and 21. RGB value is (230,82,33). Sum of RGB (Red+Green+Blue) = 230+82+33=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E65221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65221 is #19ADDE. Grayscale: #797979. Windows color (decimal): -1682911 or 2183910. OLE color: 2183910.
HSL color Cylindrical-coordinate representation of color #E65221: hue angle of 14.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E65221 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 33 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.10 |
| HSL | 14.92º | 0.8% | 0.52% | - |
| HSV(B) | 14.92º | 0.86% | 0.9% | - |
| XYZ | 35.92 | 22.97 | 3.98 | - |
| YUV | 120.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 33 | 0 | 0.64 | 0.86 | 0.10 | 14.92 | 0.8 | 0.52 |
| Hex | E6 | 52 | 21 | 0 | 40 | 56 | A | F | 50 | 34 |
| Octal | 346 | 122 | 41 | 0 | 100 | 126 | 12 | 17 | 120 | 64 |
| Binary | 11100110 | 1010010 | 100001 | 0 | 1000000 | 1010110 | 1010 | 1111 | 1010000 | 110100 |
Color Harmonies of #E65221
Complementary color
Monochromatic Colors of #E65221
Black with #E65221
Text Example
Text Example
White with #E65221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65221; }
p { color: rgb(230,82,33); }
H1.HeaderClassName
{
color: #E65221;
}
.AnyTagClassName
{
color: #E65221;
}
</style>
background-color css
<style>
a { background-color: #E65221; }
a { background-color: rgb(230,82,33); }
div.DivClassName
{
background-color: #E65221;
}
.BgClassName
{
background-color: #E65221;
}
</style>
border-color css
<style>
span { border-color: #E65221; }
span { border-color: rgb(230,82,33); }
td.TdClassName
{
border-color: #E65221;
}
.TagClassName
{
border-color: #E65221;
}
</style>