Shades of Crimson #E6112C
Tints of Crimson #E6112C
RGB
CMYK
RGB Variations
Color information
#E6112C (or 0xE6112C) is known color: Crimson. HEX triplet: E6, 11 and 2C. RGB value is (230,17,44). Sum of RGB (Red+Green+Blue) = 230+17+44=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E6112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6112C is #19EED3. Grayscale: #535353. Windows color (decimal): -1699540 or 2888166. OLE color: 2888166.
HSL color Cylindrical-coordinate representation of color #E6112C: hue angle of 352.39º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6112C is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 44 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.10 |
| HSL | 352.39º | 0.86% | 0.48% | - |
| HSV(B) | 352.39º | 0.93% | 0.9% | - |
| XYZ | 33.29 | 17.41 | 3.99 | - |
| YUV | 83.77 | 105.57 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 44 | 0 | 0.93 | 0.81 | 0.10 | 352.39 | 0.86 | 0.48 |
| Hex | E6 | 11 | 2C | 0 | 5D | 51 | A | 160 | 56 | 30 |
| Octal | 346 | 21 | 54 | 0 | 135 | 121 | 12 | 540 | 126 | 60 |
| Binary | 11100110 | 10001 | 101100 | 0 | 1011101 | 1010001 | 1010 | 101100000 | 1010110 | 110000 |
Color Harmonies of #E6112C
Complementary color
Monochromatic Colors of #E6112C
Black with #E6112C
Text Example
Text Example
White with #E6112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6112C; }
p { color: rgb(230,17,44); }
H1.HeaderClassName
{
color: #E6112C;
}
.AnyTagClassName
{
color: #E6112C;
}
</style>
background-color css
<style>
a { background-color: #E6112C; }
a { background-color: rgb(230,17,44); }
div.DivClassName
{
background-color: #E6112C;
}
.BgClassName
{
background-color: #E6112C;
}
</style>
border-color css
<style>
span { border-color: #E6112C; }
span { border-color: rgb(230,17,44); }
td.TdClassName
{
border-color: #E6112C;
}
.TagClassName
{
border-color: #E6112C;
}
</style>