Shades of Cinnabar #E63A2A
Tints of Cinnabar #E63A2A
RGB
CMYK
RGB Variations
Color information
#E63A2A (or 0xE63A2A) is known color: Cinnabar. HEX triplet: E6, 3A and 2A. RGB value is (230,58,42). Sum of RGB (Red+Green+Blue) = 230+58+42=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A2A is #19C5D5. Grayscale: #6B6B6B. Windows color (decimal): -1689046 or 2767590. OLE color: 2767590.
HSL color Cylindrical-coordinate representation of color #E63A2A: hue angle of 5.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E63A2A is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 42 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.10 |
| HSL | 5.11º | 0.79% | 0.53% | - |
| HSV(B) | 5.11º | 0.82% | 0.9% | - |
| XYZ | 34.56 | 20.02 | 4.23 | - |
| YUV | 107.6 | 90.98 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 42 | 0 | 0.75 | 0.82 | 0.10 | 5.11 | 0.79 | 0.53 |
| Hex | E6 | 3A | 2A | 0 | 4B | 52 | A | 5 | 4F | 35 |
| Octal | 346 | 72 | 52 | 0 | 113 | 122 | 12 | 5 | 117 | 65 |
| Binary | 11100110 | 111010 | 101010 | 0 | 1001011 | 1010010 | 1010 | 101 | 1001111 | 110101 |
Color Harmonies of #E63A2A
Complementary color
Monochromatic Colors of #E63A2A
Black with #E63A2A
Text Example
Text Example
White with #E63A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A2A; }
p { color: rgb(230,58,42); }
H1.HeaderClassName
{
color: #E63A2A;
}
.AnyTagClassName
{
color: #E63A2A;
}
</style>
background-color css
<style>
a { background-color: #E63A2A; }
a { background-color: rgb(230,58,42); }
div.DivClassName
{
background-color: #E63A2A;
}
.BgClassName
{
background-color: #E63A2A;
}
</style>
border-color css
<style>
span { border-color: #E63A2A; }
span { border-color: rgb(230,58,42); }
td.TdClassName
{
border-color: #E63A2A;
}
.TagClassName
{
border-color: #E63A2A;
}
</style>