Shades of Cinnabar #E65220
Tints of Cinnabar #E65220
RGB
CMYK
RGB Variations
Color information
#E65220 (or 0xE65220) is known color: Cinnabar. HEX triplet: E6, 52 and 20. RGB value is (230,82,32). Sum of RGB (Red+Green+Blue) = 230+82+32=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E65220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65220 is #19ADDF. Grayscale: #787878. Windows color (decimal): -1682912 or 2118374. OLE color: 2118374.
HSL color Cylindrical-coordinate representation of color #E65220: hue angle of 15.15º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E65220 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 32 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.10 |
| HSL | 15.15º | 0.8% | 0.51% | - |
| HSV(B) | 15.15º | 0.86% | 0.9% | - |
| XYZ | 35.91 | 22.96 | 3.91 | - |
| YUV | 120.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 32 | 0 | 0.64 | 0.86 | 0.10 | 15.15 | 0.8 | 0.51 |
| Hex | E6 | 52 | 20 | 0 | 40 | 56 | A | F | 50 | 33 |
| Octal | 346 | 122 | 40 | 0 | 100 | 126 | 12 | 17 | 120 | 63 |
| Binary | 11100110 | 1010010 | 100000 | 0 | 1000000 | 1010110 | 1010 | 1111 | 1010000 | 110011 |
Color Harmonies of #E65220
Complementary color
Monochromatic Colors of #E65220
Black with #E65220
Text Example
Text Example
White with #E65220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65220; }
p { color: rgb(230,82,32); }
H1.HeaderClassName
{
color: #E65220;
}
.AnyTagClassName
{
color: #E65220;
}
</style>
background-color css
<style>
a { background-color: #E65220; }
a { background-color: rgb(230,82,32); }
div.DivClassName
{
background-color: #E65220;
}
.BgClassName
{
background-color: #E65220;
}
</style>
border-color css
<style>
span { border-color: #E65220; }
span { border-color: rgb(230,82,32); }
td.TdClassName
{
border-color: #E65220;
}
.TagClassName
{
border-color: #E65220;
}
</style>