Shades of Crimson #E6122C
Tints of Crimson #E6122C
RGB
CMYK
RGB Variations
Color information
#E6122C (or 0xE6122C) is known color: Crimson. HEX triplet: E6, 12 and 2C. RGB value is (230,18,44). Sum of RGB (Red+Green+Blue) = 230+18+44=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6122C is #19EDD3. Grayscale: #545454. Windows color (decimal): -1699284 or 2888422. OLE color: 2888422.
HSL color Cylindrical-coordinate representation of color #E6122C: hue angle of 352.64º 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 #E6122C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.10 |
| HSL | 352.64º | 0.85% | 0.49% | - |
| HSV(B) | 352.64º | 0.92% | 0.9% | - |
| XYZ | 33.3 | 17.44 | 3.99 | - |
| YUV | 84.35 | 105.24 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 44 | 0 | 0.92 | 0.81 | 0.10 | 352.64 | 0.85 | 0.49 |
| Hex | E6 | 12 | 2C | 0 | 5C | 51 | A | 161 | 55 | 31 |
| Octal | 346 | 22 | 54 | 0 | 134 | 121 | 12 | 541 | 125 | 61 |
| Binary | 11100110 | 10010 | 101100 | 0 | 1011100 | 1010001 | 1010 | 101100001 | 1010101 | 110001 |
Color Harmonies of #E6122C
Complementary color
Monochromatic Colors of #E6122C
Black with #E6122C
Text Example
Text Example
White with #E6122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6122C; }
p { color: rgb(230,18,44); }
H1.HeaderClassName
{
color: #E6122C;
}
.AnyTagClassName
{
color: #E6122C;
}
</style>
background-color css
<style>
a { background-color: #E6122C; }
a { background-color: rgb(230,18,44); }
div.DivClassName
{
background-color: #E6122C;
}
.BgClassName
{
background-color: #E6122C;
}
</style>
border-color css
<style>
span { border-color: #E6122C; }
span { border-color: rgb(230,18,44); }
td.TdClassName
{
border-color: #E6122C;
}
.TagClassName
{
border-color: #E6122C;
}
</style>