Shades of Crimson #E6113F
Tints of Crimson #E6113F
RGB
CMYK
RGB Variations
Color information
#E6113F (or 0xE6113F) is known color: Crimson. HEX triplet: E6, 11 and 3F. RGB value is (230,17,63). Sum of RGB (Red+Green+Blue) = 230+17+63=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6113F is #19EEC0. Grayscale: #555555. Windows color (decimal): -1699521 or 4133350. OLE color: 4133350.
HSL color Cylindrical-coordinate representation of color #E6113F: hue angle of 347.04º 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 #E6113F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.10 |
| HSL | 347.04º | 0.86% | 0.48% | - |
| HSV(B) | 347.04º | 0.93% | 0.9% | - |
| XYZ | 33.73 | 17.58 | 6.32 | - |
| YUV | 85.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 63 | 0 | 0.93 | 0.73 | 0.10 | 347.04 | 0.86 | 0.48 |
| Hex | E6 | 11 | 3F | 0 | 5D | 49 | A | 15B | 56 | 30 |
| Octal | 346 | 21 | 77 | 0 | 135 | 111 | 12 | 533 | 126 | 60 |
| Binary | 11100110 | 10001 | 111111 | 0 | 1011101 | 1001001 | 1010 | 101011011 | 1010110 | 110000 |
Color Harmonies of #E6113F
Complementary color
Monochromatic Colors of #E6113F
Black with #E6113F
Text Example
Text Example
White with #E6113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6113F; }
p { color: rgb(230,17,63); }
H1.HeaderClassName
{
color: #E6113F;
}
.AnyTagClassName
{
color: #E6113F;
}
</style>
background-color css
<style>
a { background-color: #E6113F; }
a { background-color: rgb(230,17,63); }
div.DivClassName
{
background-color: #E6113F;
}
.BgClassName
{
background-color: #E6113F;
}
</style>
border-color css
<style>
span { border-color: #E6113F; }
span { border-color: rgb(230,17,63); }
td.TdClassName
{
border-color: #E6113F;
}
.TagClassName
{
border-color: #E6113F;
}
</style>