Shades of Crimson #E6123A
Tints of Crimson #E6123A
RGB
CMYK
RGB Variations
Color information
#E6123A (or 0xE6123A) is known color: Crimson. HEX triplet: E6, 12 and 3A. RGB value is (230,18,58). Sum of RGB (Red+Green+Blue) = 230+18+58=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6123A is #19EDC5. Grayscale: #565656. Windows color (decimal): -1699270 or 3805926. OLE color: 3805926.
HSL color Cylindrical-coordinate representation of color #E6123A: hue angle of 348.68º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6123A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.10 |
| HSL | 348.68º | 0.85% | 0.49% | - |
| HSV(B) | 348.68º | 0.92% | 0.9% | - |
| XYZ | 33.61 | 17.56 | 5.62 | - |
| YUV | 85.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 58 | 0 | 0.92 | 0.75 | 0.10 | 348.68 | 0.85 | 0.49 |
| Hex | E6 | 12 | 3A | 0 | 5C | 4B | A | 15D | 55 | 31 |
| Octal | 346 | 22 | 72 | 0 | 134 | 113 | 12 | 535 | 125 | 61 |
| Binary | 11100110 | 10010 | 111010 | 0 | 1011100 | 1001011 | 1010 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E6123A
Complementary color
Monochromatic Colors of #E6123A
Black with #E6123A
Text Example
Text Example
White with #E6123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6123A; }
p { color: rgb(230,18,58); }
H1.HeaderClassName
{
color: #E6123A;
}
.AnyTagClassName
{
color: #E6123A;
}
</style>
background-color css
<style>
a { background-color: #E6123A; }
a { background-color: rgb(230,18,58); }
div.DivClassName
{
background-color: #E6123A;
}
.BgClassName
{
background-color: #E6123A;
}
</style>
border-color css
<style>
span { border-color: #E6123A; }
span { border-color: rgb(230,18,58); }
td.TdClassName
{
border-color: #E6123A;
}
.TagClassName
{
border-color: #E6123A;
}
</style>