Shades of Crimson #E60130
Tints of Crimson #E60130
RGB
CMYK
RGB Variations
Color information
#E60130 (or 0xE60130) is known color: Crimson. HEX triplet: E6, 01 and 30. RGB value is (230,1,48). Sum of RGB (Red+Green+Blue) = 230+1+48=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E60130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60130 is #19FECF. Grayscale: #4A4A4A. Windows color (decimal): -1703632 or 3146214. OLE color: 3146214.
HSL color Cylindrical-coordinate representation of color #E60130: hue angle of 347.69º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60130 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.10 |
| HSL | 347.69º | 0.99% | 0.45% | - |
| HSV(B) | 347.69º | 1% | 0.9% | - |
| XYZ | 33.18 | 17.06 | 4.34 | - |
| YUV | 74.83 | 112.87 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 48 | 0 | 1.00 | 0.79 | 0.10 | 347.69 | 0.99 | 0.45 |
| Hex | E6 | 1 | 30 | 0 | 64 | 4F | A | 15C | 63 | 2D |
| Octal | 346 | 1 | 60 | 0 | 144 | 117 | 12 | 534 | 143 | 55 |
| Binary | 11100110 | 1 | 110000 | 0 | 1100100 | 1001111 | 1010 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E60130
Complementary color
Monochromatic Colors of #E60130
Black with #E60130
Text Example
Text Example
White with #E60130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60130; }
p { color: rgb(230,1,48); }
H1.HeaderClassName
{
color: #E60130;
}
.AnyTagClassName
{
color: #E60130;
}
</style>
background-color css
<style>
a { background-color: #E60130; }
a { background-color: rgb(230,1,48); }
div.DivClassName
{
background-color: #E60130;
}
.BgClassName
{
background-color: #E60130;
}
</style>
border-color css
<style>
span { border-color: #E60130; }
span { border-color: rgb(230,1,48); }
td.TdClassName
{
border-color: #E60130;
}
.TagClassName
{
border-color: #E60130;
}
</style>