Shades of Cinnabar #E65224
Tints of Cinnabar #E65224
RGB
CMYK
RGB Variations
Color information
#E65224 (or 0xE65224) is known color: Cinnabar. HEX triplet: E6, 52 and 24. RGB value is (230,82,36). Sum of RGB (Red+Green+Blue) = 230+82+36=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E65224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65224 is #19ADDB. Grayscale: #797979. Windows color (decimal): -1682908 or 2380518. OLE color: 2380518.
HSL color Cylindrical-coordinate representation of color #E65224: hue angle of 14.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E65224 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 36 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.10 |
| HSL | 14.23º | 0.8% | 0.52% | - |
| HSV(B) | 14.23º | 0.84% | 0.9% | - |
| XYZ | 35.97 | 22.98 | 4.21 | - |
| YUV | 121.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 36 | 0 | 0.64 | 0.84 | 0.10 | 14.23 | 0.8 | 0.52 |
| Hex | E6 | 52 | 24 | 0 | 40 | 54 | A | E | 50 | 34 |
| Octal | 346 | 122 | 44 | 0 | 100 | 124 | 12 | 16 | 120 | 64 |
| Binary | 11100110 | 1010010 | 100100 | 0 | 1000000 | 1010100 | 1010 | 1110 | 1010000 | 110100 |
Color Harmonies of #E65224
Complementary color
Monochromatic Colors of #E65224
Black with #E65224
Text Example
Text Example
White with #E65224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65224; }
p { color: rgb(230,82,36); }
H1.HeaderClassName
{
color: #E65224;
}
.AnyTagClassName
{
color: #E65224;
}
</style>
background-color css
<style>
a { background-color: #E65224; }
a { background-color: rgb(230,82,36); }
div.DivClassName
{
background-color: #E65224;
}
.BgClassName
{
background-color: #E65224;
}
</style>
border-color css
<style>
span { border-color: #E65224; }
span { border-color: rgb(230,82,36); }
td.TdClassName
{
border-color: #E65224;
}
.TagClassName
{
border-color: #E65224;
}
</style>