Shades of Cinnabar #E63A1A
Tints of Cinnabar #E63A1A
RGB
CMYK
RGB Variations
Color information
#E63A1A (or 0xE63A1A) is known color: Cinnabar. HEX triplet: E6, 3A and 1A. RGB value is (230,58,26). Sum of RGB (Red+Green+Blue) = 230+58+26=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A1A is #19C5E5. Grayscale: #6A6A6A. Windows color (decimal): -1689062 or 1719014. OLE color: 1719014.
HSL color Cylindrical-coordinate representation of color #E63A1A: hue angle of 9.41º 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 #E63A1A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.10 |
| HSL | 9.41º | 0.8% | 0.5% | - |
| HSV(B) | 9.41º | 0.89% | 0.9% | - |
| XYZ | 34.33 | 19.92 | 3.01 | - |
| YUV | 105.78 | 82.98 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 26 | 0 | 0.75 | 0.89 | 0.10 | 9.41 | 0.8 | 0.5 |
| Hex | E6 | 3A | 1A | 0 | 4B | 59 | A | 9 | 50 | 32 |
| Octal | 346 | 72 | 32 | 0 | 113 | 131 | 12 | 11 | 120 | 62 |
| Binary | 11100110 | 111010 | 11010 | 0 | 1001011 | 1011001 | 1010 | 1001 | 1010000 | 110010 |
Color Harmonies of #E63A1A
Complementary color
Monochromatic Colors of #E63A1A
Black with #E63A1A
Text Example
Text Example
White with #E63A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A1A; }
p { color: rgb(230,58,26); }
H1.HeaderClassName
{
color: #E63A1A;
}
.AnyTagClassName
{
color: #E63A1A;
}
</style>
background-color css
<style>
a { background-color: #E63A1A; }
a { background-color: rgb(230,58,26); }
div.DivClassName
{
background-color: #E63A1A;
}
.BgClassName
{
background-color: #E63A1A;
}
</style>
border-color css
<style>
span { border-color: #E63A1A; }
span { border-color: rgb(230,58,26); }
td.TdClassName
{
border-color: #E63A1A;
}
.TagClassName
{
border-color: #E63A1A;
}
</style>