Shades of Crimson #E6112B
Tints of Crimson #E6112B
RGB
CMYK
RGB Variations
Color information
#E6112B (or 0xE6112B) is known color: Crimson. HEX triplet: E6, 11 and 2B. RGB value is (230,17,43). Sum of RGB (Red+Green+Blue) = 230+17+43=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E6112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6112B is #19EED4. Grayscale: #535353. Windows color (decimal): -1699541 or 2822630. OLE color: 2822630.
HSL color Cylindrical-coordinate representation of color #E6112B: hue angle of 352.68º 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 #E6112B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.10 |
| HSL | 352.68º | 0.86% | 0.48% | - |
| HSV(B) | 352.68º | 0.93% | 0.9% | - |
| XYZ | 33.27 | 17.4 | 3.89 | - |
| YUV | 83.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 43 | 0 | 0.93 | 0.81 | 0.10 | 352.68 | 0.86 | 0.48 |
| Hex | E6 | 11 | 2B | 0 | 5D | 51 | A | 161 | 56 | 30 |
| Octal | 346 | 21 | 53 | 0 | 135 | 121 | 12 | 541 | 126 | 60 |
| Binary | 11100110 | 10001 | 101011 | 0 | 1011101 | 1010001 | 1010 | 101100001 | 1010110 | 110000 |
Color Harmonies of #E6112B
Complementary color
Monochromatic Colors of #E6112B
Black with #E6112B
Text Example
Text Example
White with #E6112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6112B; }
p { color: rgb(230,17,43); }
H1.HeaderClassName
{
color: #E6112B;
}
.AnyTagClassName
{
color: #E6112B;
}
</style>
background-color css
<style>
a { background-color: #E6112B; }
a { background-color: rgb(230,17,43); }
div.DivClassName
{
background-color: #E6112B;
}
.BgClassName
{
background-color: #E6112B;
}
</style>
border-color css
<style>
span { border-color: #E6112B; }
span { border-color: rgb(230,17,43); }
td.TdClassName
{
border-color: #E6112B;
}
.TagClassName
{
border-color: #E6112B;
}
</style>