Shades of Cinnabar #E64C26
Tints of Cinnabar #E64C26
RGB
CMYK
RGB Variations
Color information
#E64C26 (or 0xE64C26) is known color: Cinnabar. HEX triplet: E6, 4C and 26. RGB value is (230,76,38). Sum of RGB (Red+Green+Blue) = 230+76+38=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C26 is #19B3D9. Grayscale: #767676. Windows color (decimal): -1684442 or 2510054. OLE color: 2510054.
HSL color Cylindrical-coordinate representation of color #E64C26: hue angle of 11.88º 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 #E64C26 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 38 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.10 |
| HSL | 11.88º | 0.79% | 0.53% | - |
| HSV(B) | 11.88º | 0.83% | 0.9% | - |
| XYZ | 35.57 | 22.13 | 4.23 | - |
| YUV | 117.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 38 | 0 | 0.67 | 0.83 | 0.10 | 11.88 | 0.79 | 0.53 |
| Hex | E6 | 4C | 26 | 0 | 43 | 53 | A | C | 4F | 35 |
| Octal | 346 | 114 | 46 | 0 | 103 | 123 | 12 | 14 | 117 | 65 |
| Binary | 11100110 | 1001100 | 100110 | 0 | 1000011 | 1010011 | 1010 | 1100 | 1001111 | 110101 |
Color Harmonies of #E64C26
Complementary color
Monochromatic Colors of #E64C26
Black with #E64C26
Text Example
Text Example
White with #E64C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C26; }
p { color: rgb(230,76,38); }
H1.HeaderClassName
{
color: #E64C26;
}
.AnyTagClassName
{
color: #E64C26;
}
</style>
background-color css
<style>
a { background-color: #E64C26; }
a { background-color: rgb(230,76,38); }
div.DivClassName
{
background-color: #E64C26;
}
.BgClassName
{
background-color: #E64C26;
}
</style>
border-color css
<style>
span { border-color: #E64C26; }
span { border-color: rgb(230,76,38); }
td.TdClassName
{
border-color: #E64C26;
}
.TagClassName
{
border-color: #E64C26;
}
</style>