Shades of Cinnabar #E64E30
Tints of Cinnabar #E64E30
RGB
CMYK
RGB Variations
Color information
#E64E30 (or 0xE64E30) is known color: Cinnabar. HEX triplet: E6, 4E and 30. RGB value is (230,78,48). Sum of RGB (Red+Green+Blue) = 230+78+48=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64E30 is #19B1CF. Grayscale: #787878. Windows color (decimal): -1683920 or 3165926. OLE color: 3165926.
HSL color Cylindrical-coordinate representation of color #E64E30: hue angle of 9.89º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E64E30 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 48 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.10 |
| HSL | 9.89º | 0.78% | 0.55% | - |
| HSV(B) | 9.89º | 0.79% | 0.9% | - |
| XYZ | 35.89 | 22.49 | 5.24 | - |
| YUV | 120.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 48 | 0 | 0.66 | 0.79 | 0.10 | 9.89 | 0.78 | 0.55 |
| Hex | E6 | 4E | 30 | 0 | 42 | 4F | A | A | 4E | 37 |
| Octal | 346 | 116 | 60 | 0 | 102 | 117 | 12 | 12 | 116 | 67 |
| Binary | 11100110 | 1001110 | 110000 | 0 | 1000010 | 1001111 | 1010 | 1010 | 1001110 | 110111 |
Color Harmonies of #E64E30
Complementary color
Monochromatic Colors of #E64E30
Black with #E64E30
Text Example
Text Example
White with #E64E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E30; }
p { color: rgb(230,78,48); }
H1.HeaderClassName
{
color: #E64E30;
}
.AnyTagClassName
{
color: #E64E30;
}
</style>
background-color css
<style>
a { background-color: #E64E30; }
a { background-color: rgb(230,78,48); }
div.DivClassName
{
background-color: #E64E30;
}
.BgClassName
{
background-color: #E64E30;
}
</style>
border-color css
<style>
span { border-color: #E64E30; }
span { border-color: rgb(230,78,48); }
td.TdClassName
{
border-color: #E64E30;
}
.TagClassName
{
border-color: #E64E30;
}
</style>