Shades of Crimson #E61130
Tints of Crimson #E61130
RGB
CMYK
RGB Variations
Color information
#E61130 (or 0xE61130) is known color: Crimson. HEX triplet: E6, 11 and 30. RGB value is (230,17,48). Sum of RGB (Red+Green+Blue) = 230+17+48=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E61130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61130 is #19EECF. Grayscale: #545454. Windows color (decimal): -1699536 or 3150310. OLE color: 3150310.
HSL color Cylindrical-coordinate representation of color #E61130: hue angle of 351.27º 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 #E61130 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 48 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.10 |
| HSL | 351.27º | 0.86% | 0.48% | - |
| HSV(B) | 351.27º | 0.93% | 0.9% | - |
| XYZ | 33.37 | 17.44 | 4.4 | - |
| YUV | 84.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 48 | 0 | 0.93 | 0.79 | 0.10 | 351.27 | 0.86 | 0.48 |
| Hex | E6 | 11 | 30 | 0 | 5D | 4F | A | 15F | 56 | 30 |
| Octal | 346 | 21 | 60 | 0 | 135 | 117 | 12 | 537 | 126 | 60 |
| Binary | 11100110 | 10001 | 110000 | 0 | 1011101 | 1001111 | 1010 | 101011111 | 1010110 | 110000 |
Color Harmonies of #E61130
Complementary color
Monochromatic Colors of #E61130
Black with #E61130
Text Example
Text Example
White with #E61130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61130; }
p { color: rgb(230,17,48); }
H1.HeaderClassName
{
color: #E61130;
}
.AnyTagClassName
{
color: #E61130;
}
</style>
background-color css
<style>
a { background-color: #E61130; }
a { background-color: rgb(230,17,48); }
div.DivClassName
{
background-color: #E61130;
}
.BgClassName
{
background-color: #E61130;
}
</style>
border-color css
<style>
span { border-color: #E61130; }
span { border-color: rgb(230,17,48); }
td.TdClassName
{
border-color: #E61130;
}
.TagClassName
{
border-color: #E61130;
}
</style>