Shades of Crimson #E6122E
Tints of Crimson #E6122E
RGB
CMYK
RGB Variations
Color information
#E6122E (or 0xE6122E) is known color: Crimson. HEX triplet: E6, 12 and 2E. RGB value is (230,18,46). Sum of RGB (Red+Green+Blue) = 230+18+46=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6122E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6122E is #19EDD1. Grayscale: #545454. Windows color (decimal): -1699282 or 3019494. OLE color: 3019494.
HSL color Cylindrical-coordinate representation of color #E6122E: hue angle of 352.08º 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 #E6122E is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.8 | 0.10 |
| HSL | 352.08º | 0.85% | 0.49% | - |
| HSV(B) | 352.08º | 0.92% | 0.9% | - |
| XYZ | 33.34 | 17.45 | 4.2 | - |
| YUV | 84.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 46 | 0 | 0.92 | 0.8 | 0.10 | 352.08 | 0.85 | 0.49 |
| Hex | E6 | 12 | 2E | 0 | 5C | 50 | A | 160 | 55 | 31 |
| Octal | 346 | 22 | 56 | 0 | 134 | 120 | 12 | 540 | 125 | 61 |
| Binary | 11100110 | 10010 | 101110 | 0 | 1011100 | 1010000 | 1010 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E6122E
Complementary color
Monochromatic Colors of #E6122E
Black with #E6122E
Text Example
Text Example
White with #E6122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6122E; }
p { color: rgb(230,18,46); }
H1.HeaderClassName
{
color: #E6122E;
}
.AnyTagClassName
{
color: #E6122E;
}
</style>
background-color css
<style>
a { background-color: #E6122E; }
a { background-color: rgb(230,18,46); }
div.DivClassName
{
background-color: #E6122E;
}
.BgClassName
{
background-color: #E6122E;
}
</style>
border-color css
<style>
span { border-color: #E6122E; }
span { border-color: rgb(230,18,46); }
td.TdClassName
{
border-color: #E6122E;
}
.TagClassName
{
border-color: #E6122E;
}
</style>