Shades of Cinnabar #E64128
Tints of Cinnabar #E64128
RGB
CMYK
RGB Variations
Color information
#E64128 (or 0xE64128) is known color: Cinnabar. HEX triplet: E6, 41 and 28. RGB value is (230,65,40). Sum of RGB (Red+Green+Blue) = 230+65+40=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64128 is #19BED7. Grayscale: #6F6F6F. Windows color (decimal): -1687256 or 2638310. OLE color: 2638310.
HSL color Cylindrical-coordinate representation of color #E64128: hue angle of 7.89º 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 #E64128 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 40 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.10 |
| HSL | 7.89º | 0.79% | 0.53% | - |
| HSV(B) | 7.89º | 0.83% | 0.9% | - |
| XYZ | 34.91 | 20.76 | 4.17 | - |
| YUV | 111.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 40 | 0 | 0.72 | 0.83 | 0.10 | 7.89 | 0.79 | 0.53 |
| Hex | E6 | 41 | 28 | 0 | 48 | 53 | A | 8 | 4F | 35 |
| Octal | 346 | 101 | 50 | 0 | 110 | 123 | 12 | 10 | 117 | 65 |
| Binary | 11100110 | 1000001 | 101000 | 0 | 1001000 | 1010011 | 1010 | 1000 | 1001111 | 110101 |
Color Harmonies of #E64128
Complementary color
Monochromatic Colors of #E64128
Black with #E64128
Text Example
Text Example
White with #E64128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64128; }
p { color: rgb(230,65,40); }
H1.HeaderClassName
{
color: #E64128;
}
.AnyTagClassName
{
color: #E64128;
}
</style>
background-color css
<style>
a { background-color: #E64128; }
a { background-color: rgb(230,65,40); }
div.DivClassName
{
background-color: #E64128;
}
.BgClassName
{
background-color: #E64128;
}
</style>
border-color css
<style>
span { border-color: #E64128; }
span { border-color: rgb(230,65,40); }
td.TdClassName
{
border-color: #E64128;
}
.TagClassName
{
border-color: #E64128;
}
</style>