Shades of Cinnabar #E64D27
Tints of Cinnabar #E64D27
RGB
CMYK
RGB Variations
Color information
#E64D27 (or 0xE64D27) is known color: Cinnabar. HEX triplet: E6, 4D and 27. RGB value is (230,77,39). Sum of RGB (Red+Green+Blue) = 230+77+39=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D27 is #19B2D8. Grayscale: #767676. Windows color (decimal): -1684185 or 2575846. OLE color: 2575846.
HSL color Cylindrical-coordinate representation of color #E64D27: hue angle of 11.94º 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 #E64D27 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 39 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.10 |
| HSL | 11.94º | 0.79% | 0.53% | - |
| HSV(B) | 11.94º | 0.83% | 0.9% | - |
| XYZ | 35.65 | 22.28 | 4.34 | - |
| YUV | 118.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 39 | 0 | 0.67 | 0.83 | 0.10 | 11.94 | 0.79 | 0.53 |
| Hex | E6 | 4D | 27 | 0 | 43 | 53 | A | C | 4F | 35 |
| Octal | 346 | 115 | 47 | 0 | 103 | 123 | 12 | 14 | 117 | 65 |
| Binary | 11100110 | 1001101 | 100111 | 0 | 1000011 | 1010011 | 1010 | 1100 | 1001111 | 110101 |
Color Harmonies of #E64D27
Complementary color
Monochromatic Colors of #E64D27
Black with #E64D27
Text Example
Text Example
White with #E64D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D27; }
p { color: rgb(230,77,39); }
H1.HeaderClassName
{
color: #E64D27;
}
.AnyTagClassName
{
color: #E64D27;
}
</style>
background-color css
<style>
a { background-color: #E64D27; }
a { background-color: rgb(230,77,39); }
div.DivClassName
{
background-color: #E64D27;
}
.BgClassName
{
background-color: #E64D27;
}
</style>
border-color css
<style>
span { border-color: #E64D27; }
span { border-color: rgb(230,77,39); }
td.TdClassName
{
border-color: #E64D27;
}
.TagClassName
{
border-color: #E64D27;
}
</style>