Shades of Cinnabar #E63123
Tints of Cinnabar #E63123
RGB
CMYK
RGB Variations
Color information
#E63123 (or 0xE63123) is known color: Cinnabar. HEX triplet: E6, 31 and 23. RGB value is (230,49,35). Sum of RGB (Red+Green+Blue) = 230+49+35=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E63123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63123 is #19CEDC. Grayscale: #656565. Windows color (decimal): -1691357 or 2306534. OLE color: 2306534.
HSL color Cylindrical-coordinate representation of color #E63123: hue angle of 4.31º 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 #E63123 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 35 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.10 |
| HSL | 4.31º | 0.8% | 0.52% | - |
| HSV(B) | 4.31º | 0.85% | 0.9% | - |
| XYZ | 34.03 | 19.14 | 3.49 | - |
| YUV | 101.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 35 | 0 | 0.79 | 0.85 | 0.10 | 4.31 | 0.8 | 0.52 |
| Hex | E6 | 31 | 23 | 0 | 4F | 55 | A | 4 | 50 | 34 |
| Octal | 346 | 61 | 43 | 0 | 117 | 125 | 12 | 4 | 120 | 64 |
| Binary | 11100110 | 110001 | 100011 | 0 | 1001111 | 1010101 | 1010 | 100 | 1010000 | 110100 |
Color Harmonies of #E63123
Complementary color
Monochromatic Colors of #E63123
Black with #E63123
Text Example
Text Example
White with #E63123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63123; }
p { color: rgb(230,49,35); }
H1.HeaderClassName
{
color: #E63123;
}
.AnyTagClassName
{
color: #E63123;
}
</style>
background-color css
<style>
a { background-color: #E63123; }
a { background-color: rgb(230,49,35); }
div.DivClassName
{
background-color: #E63123;
}
.BgClassName
{
background-color: #E63123;
}
</style>
border-color css
<style>
span { border-color: #E63123; }
span { border-color: rgb(230,49,35); }
td.TdClassName
{
border-color: #E63123;
}
.TagClassName
{
border-color: #E63123;
}
</style>