Shades of Cinnabar #E63A19
Tints of Cinnabar #E63A19
RGB
CMYK
RGB Variations
Color information
#E63A19 (or 0xE63A19) is known color: Cinnabar. HEX triplet: E6, 3A and 19. RGB value is (230,58,25). Sum of RGB (Red+Green+Blue) = 230+58+25=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63A19 is #19C5E6. Grayscale: #696969. Windows color (decimal): -1689063 or 1653478. OLE color: 1653478.
HSL color Cylindrical-coordinate representation of color #E63A19: hue angle of 9.66º 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 #E63A19 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.10 |
| HSL | 9.66º | 0.8% | 0.5% | - |
| HSV(B) | 9.66º | 0.89% | 0.9% | - |
| XYZ | 34.32 | 19.92 | 2.96 | - |
| YUV | 105.67 | 82.48 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 25 | 0 | 0.75 | 0.89 | 0.10 | 9.66 | 0.8 | 0.5 |
| Hex | E6 | 3A | 19 | 0 | 4B | 59 | A | A | 50 | 32 |
| Octal | 346 | 72 | 31 | 0 | 113 | 131 | 12 | 12 | 120 | 62 |
| Binary | 11100110 | 111010 | 11001 | 0 | 1001011 | 1011001 | 1010 | 1010 | 1010000 | 110010 |
Color Harmonies of #E63A19
Complementary color
Monochromatic Colors of #E63A19
Black with #E63A19
Text Example
Text Example
White with #E63A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A19; }
p { color: rgb(230,58,25); }
H1.HeaderClassName
{
color: #E63A19;
}
.AnyTagClassName
{
color: #E63A19;
}
</style>
background-color css
<style>
a { background-color: #E63A19; }
a { background-color: rgb(230,58,25); }
div.DivClassName
{
background-color: #E63A19;
}
.BgClassName
{
background-color: #E63A19;
}
</style>
border-color css
<style>
span { border-color: #E63A19; }
span { border-color: rgb(230,58,25); }
td.TdClassName
{
border-color: #E63A19;
}
.TagClassName
{
border-color: #E63A19;
}
</style>