Shades of Cinnabar #E65226
Tints of Cinnabar #E65226
RGB
CMYK
RGB Variations
Color information
#E65226 (or 0xE65226) is known color: Cinnabar. HEX triplet: E6, 52 and 26. RGB value is (230,82,38). Sum of RGB (Red+Green+Blue) = 230+82+38=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E65226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65226 is #19ADD9. Grayscale: #797979. Windows color (decimal): -1682906 or 2511590. OLE color: 2511590.
HSL color Cylindrical-coordinate representation of color #E65226: hue angle of 13.75º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E65226 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 38 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.10 |
| HSL | 13.75º | 0.79% | 0.53% | - |
| HSV(B) | 13.75º | 0.83% | 0.9% | - |
| XYZ | 36 | 23 | 4.38 | - |
| YUV | 121.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 38 | 0 | 0.64 | 0.83 | 0.10 | 13.75 | 0.79 | 0.53 |
| Hex | E6 | 52 | 26 | 0 | 40 | 53 | A | E | 4F | 35 |
| Octal | 346 | 122 | 46 | 0 | 100 | 123 | 12 | 16 | 117 | 65 |
| Binary | 11100110 | 1010010 | 100110 | 0 | 1000000 | 1010011 | 1010 | 1110 | 1001111 | 110101 |
Color Harmonies of #E65226
Complementary color
Monochromatic Colors of #E65226
Black with #E65226
Text Example
Text Example
White with #E65226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65226; }
p { color: rgb(230,82,38); }
H1.HeaderClassName
{
color: #E65226;
}
.AnyTagClassName
{
color: #E65226;
}
</style>
background-color css
<style>
a { background-color: #E65226; }
a { background-color: rgb(230,82,38); }
div.DivClassName
{
background-color: #E65226;
}
.BgClassName
{
background-color: #E65226;
}
</style>
border-color css
<style>
span { border-color: #E65226; }
span { border-color: rgb(230,82,38); }
td.TdClassName
{
border-color: #E65226;
}
.TagClassName
{
border-color: #E65226;
}
</style>