Shades of Cinnabar #E63A23
Tints of Cinnabar #E63A23
RGB
CMYK
RGB Variations
Color information
#E63A23 (or 0xE63A23) is known color: Cinnabar. HEX triplet: E6, 3A and 23. RGB value is (230,58,35). Sum of RGB (Red+Green+Blue) = 230+58+35=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A23 is #19C5DC. Grayscale: #6B6B6B. Windows color (decimal): -1689053 or 2308838. OLE color: 2308838.
HSL color Cylindrical-coordinate representation of color #E63A23: hue angle of 7.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E63A23 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 35 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.10 |
| HSL | 7.08º | 0.8% | 0.52% | - |
| HSV(B) | 7.08º | 0.85% | 0.9% | - |
| XYZ | 34.45 | 19.97 | 3.63 | - |
| YUV | 106.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 35 | 0 | 0.75 | 0.85 | 0.10 | 7.08 | 0.8 | 0.52 |
| Hex | E6 | 3A | 23 | 0 | 4B | 55 | A | 7 | 50 | 34 |
| Octal | 346 | 72 | 43 | 0 | 113 | 125 | 12 | 7 | 120 | 64 |
| Binary | 11100110 | 111010 | 100011 | 0 | 1001011 | 1010101 | 1010 | 111 | 1010000 | 110100 |
Color Harmonies of #E63A23
Complementary color
Monochromatic Colors of #E63A23
Black with #E63A23
Text Example
Text Example
White with #E63A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A23; }
p { color: rgb(230,58,35); }
H1.HeaderClassName
{
color: #E63A23;
}
.AnyTagClassName
{
color: #E63A23;
}
</style>
background-color css
<style>
a { background-color: #E63A23; }
a { background-color: rgb(230,58,35); }
div.DivClassName
{
background-color: #E63A23;
}
.BgClassName
{
background-color: #E63A23;
}
</style>
border-color css
<style>
span { border-color: #E63A23; }
span { border-color: rgb(230,58,35); }
td.TdClassName
{
border-color: #E63A23;
}
.TagClassName
{
border-color: #E63A23;
}
</style>