Shades of Cinnabar #E64A19
Tints of Cinnabar #E64A19
RGB
CMYK
RGB Variations
Color information
#E64A19 (or 0xE64A19) is known color: Cinnabar. HEX triplet: E6, 4A and 19. RGB value is (230,74,25). Sum of RGB (Red+Green+Blue) = 230+74+25=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A19 is #19B5E6. Grayscale: #737373. Windows color (decimal): -1684967 or 1657574. OLE color: 1657574.
HSL color Cylindrical-coordinate representation of color #E64A19: hue angle of 14.34º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E64A19 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.10 |
| HSL | 14.34º | 0.8% | 0.5% | - |
| HSV(B) | 14.34º | 0.89% | 0.9% | - |
| XYZ | 35.26 | 21.79 | 3.27 | - |
| YUV | 115.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 25 | 0 | 0.68 | 0.89 | 0.10 | 14.34 | 0.8 | 0.5 |
| Hex | E6 | 4A | 19 | 0 | 44 | 59 | A | E | 50 | 32 |
| Octal | 346 | 112 | 31 | 0 | 104 | 131 | 12 | 16 | 120 | 62 |
| Binary | 11100110 | 1001010 | 11001 | 0 | 1000100 | 1011001 | 1010 | 1110 | 1010000 | 110010 |
Color Harmonies of #E64A19
Complementary color
Monochromatic Colors of #E64A19
Black with #E64A19
Text Example
Text Example
White with #E64A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A19; }
p { color: rgb(230,74,25); }
H1.HeaderClassName
{
color: #E64A19;
}
.AnyTagClassName
{
color: #E64A19;
}
</style>
background-color css
<style>
a { background-color: #E64A19; }
a { background-color: rgb(230,74,25); }
div.DivClassName
{
background-color: #E64A19;
}
.BgClassName
{
background-color: #E64A19;
}
</style>
border-color css
<style>
span { border-color: #E64A19; }
span { border-color: rgb(230,74,25); }
td.TdClassName
{
border-color: #E64A19;
}
.TagClassName
{
border-color: #E64A19;
}
</style>