Shades of Cinnabar #E63A27
Tints of Cinnabar #E63A27
RGB
CMYK
RGB Variations
Color information
#E63A27 (or 0xE63A27) is known color: Cinnabar. HEX triplet: E6, 3A and 27. RGB value is (230,58,39). Sum of RGB (Red+Green+Blue) = 230+58+39=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A27 is #19C5D8. Grayscale: #6B6B6B. Windows color (decimal): -1689049 or 2570982. OLE color: 2570982.
HSL color Cylindrical-coordinate representation of color #E63A27: hue angle of 5.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E63A27 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 39 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.10 |
| HSL | 5.97º | 0.79% | 0.53% | - |
| HSV(B) | 5.97º | 0.83% | 0.9% | - |
| XYZ | 34.51 | 20 | 3.96 | - |
| YUV | 107.26 | 89.48 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 39 | 0 | 0.75 | 0.83 | 0.10 | 5.97 | 0.79 | 0.53 |
| Hex | E6 | 3A | 27 | 0 | 4B | 53 | A | 6 | 4F | 35 |
| Octal | 346 | 72 | 47 | 0 | 113 | 123 | 12 | 6 | 117 | 65 |
| Binary | 11100110 | 111010 | 100111 | 0 | 1001011 | 1010011 | 1010 | 110 | 1001111 | 110101 |
Color Harmonies of #E63A27
Complementary color
Monochromatic Colors of #E63A27
Black with #E63A27
Text Example
Text Example
White with #E63A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A27; }
p { color: rgb(230,58,39); }
H1.HeaderClassName
{
color: #E63A27;
}
.AnyTagClassName
{
color: #E63A27;
}
</style>
background-color css
<style>
a { background-color: #E63A27; }
a { background-color: rgb(230,58,39); }
div.DivClassName
{
background-color: #E63A27;
}
.BgClassName
{
background-color: #E63A27;
}
</style>
border-color css
<style>
span { border-color: #E63A27; }
span { border-color: rgb(230,58,39); }
td.TdClassName
{
border-color: #E63A27;
}
.TagClassName
{
border-color: #E63A27;
}
</style>