Shades of Crimson #E6113C
Tints of Crimson #E6113C
RGB
CMYK
RGB Variations
Color information
#E6113C (or 0xE6113C) is known color: Crimson. HEX triplet: E6, 11 and 3C. RGB value is (230,17,60). Sum of RGB (Red+Green+Blue) = 230+17+60=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6113C is #19EEC3. Grayscale: #555555. Windows color (decimal): -1699524 or 3936742. OLE color: 3936742.
HSL color Cylindrical-coordinate representation of color #E6113C: hue angle of 347.89º 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 #E6113C is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 60 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.10 |
| HSL | 347.89º | 0.86% | 0.48% | - |
| HSV(B) | 347.89º | 0.93% | 0.9% | - |
| XYZ | 33.65 | 17.55 | 5.89 | - |
| YUV | 85.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 60 | 0 | 0.93 | 0.74 | 0.10 | 347.89 | 0.86 | 0.48 |
| Hex | E6 | 11 | 3C | 0 | 5D | 4A | A | 15C | 56 | 30 |
| Octal | 346 | 21 | 74 | 0 | 135 | 112 | 12 | 534 | 126 | 60 |
| Binary | 11100110 | 10001 | 111100 | 0 | 1011101 | 1001010 | 1010 | 101011100 | 1010110 | 110000 |
Color Harmonies of #E6113C
Complementary color
Monochromatic Colors of #E6113C
Black with #E6113C
Text Example
Text Example
White with #E6113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6113C; }
p { color: rgb(230,17,60); }
H1.HeaderClassName
{
color: #E6113C;
}
.AnyTagClassName
{
color: #E6113C;
}
</style>
background-color css
<style>
a { background-color: #E6113C; }
a { background-color: rgb(230,17,60); }
div.DivClassName
{
background-color: #E6113C;
}
.BgClassName
{
background-color: #E6113C;
}
</style>
border-color css
<style>
span { border-color: #E6113C; }
span { border-color: rgb(230,17,60); }
td.TdClassName
{
border-color: #E6113C;
}
.TagClassName
{
border-color: #E6113C;
}
</style>