Shades of Cinnabar #E65426
Tints of Cinnabar #E65426
RGB
CMYK
RGB Variations
Color information
#E65426 (or 0xE65426) is known color: Cinnabar. HEX triplet: E6, 54 and 26. RGB value is (230,84,38). Sum of RGB (Red+Green+Blue) = 230+84+38=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E65426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65426 is #19ABD9. Grayscale: #7A7A7A. Windows color (decimal): -1682394 or 2512102. OLE color: 2512102.
HSL color Cylindrical-coordinate representation of color #E65426: hue angle of 14.38º 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 #E65426 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 38 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.10 |
| HSL | 14.38º | 0.79% | 0.53% | - |
| HSV(B) | 14.38º | 0.83% | 0.9% | - |
| XYZ | 36.15 | 23.3 | 4.43 | - |
| YUV | 122.41 | 80.37 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 38 | 0 | 0.63 | 0.83 | 0.10 | 14.38 | 0.79 | 0.53 |
| Hex | E6 | 54 | 26 | 0 | 3F | 53 | A | E | 4F | 35 |
| Octal | 346 | 124 | 46 | 0 | 77 | 123 | 12 | 16 | 117 | 65 |
| Binary | 11100110 | 1010100 | 100110 | 0 | 111111 | 1010011 | 1010 | 1110 | 1001111 | 110101 |
Color Harmonies of #E65426
Complementary color
Monochromatic Colors of #E65426
Black with #E65426
Text Example
Text Example
White with #E65426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65426; }
p { color: rgb(230,84,38); }
H1.HeaderClassName
{
color: #E65426;
}
.AnyTagClassName
{
color: #E65426;
}
</style>
background-color css
<style>
a { background-color: #E65426; }
a { background-color: rgb(230,84,38); }
div.DivClassName
{
background-color: #E65426;
}
.BgClassName
{
background-color: #E65426;
}
</style>
border-color css
<style>
span { border-color: #E65426; }
span { border-color: rgb(230,84,38); }
td.TdClassName
{
border-color: #E65426;
}
.TagClassName
{
border-color: #E65426;
}
</style>