Shades of Crimson #E60428
Tints of Crimson #E60428
RGB
CMYK
RGB Variations
Color information
#E60428 (or 0xE60428) is known color: Crimson. HEX triplet: E6, 04 and 28. RGB value is (230,4,40). Sum of RGB (Red+Green+Blue) = 230+4+40=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E60428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60428 is #19FBD7. Grayscale: #4B4B4B. Windows color (decimal): -1702872 or 2622694. OLE color: 2622694.
HSL color Cylindrical-coordinate representation of color #E60428: hue angle of 350.44º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60428 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.10 |
| HSL | 350.44º | 0.97% | 0.46% | - |
| HSV(B) | 350.44º | 0.98% | 0.9% | - |
| XYZ | 33.06 | 17.06 | 3.56 | - |
| YUV | 75.68 | 107.87 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 40 | 0 | 0.98 | 0.83 | 0.10 | 350.44 | 0.97 | 0.46 |
| Hex | E6 | 4 | 28 | 0 | 62 | 53 | A | 15E | 61 | 2E |
| Octal | 346 | 4 | 50 | 0 | 142 | 123 | 12 | 536 | 141 | 56 |
| Binary | 11100110 | 100 | 101000 | 0 | 1100010 | 1010011 | 1010 | 101011110 | 1100001 | 101110 |
Color Harmonies of #E60428
Complementary color
Monochromatic Colors of #E60428
Black with #E60428
Text Example
Text Example
White with #E60428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60428; }
p { color: rgb(230,4,40); }
H1.HeaderClassName
{
color: #E60428;
}
.AnyTagClassName
{
color: #E60428;
}
</style>
background-color css
<style>
a { background-color: #E60428; }
a { background-color: rgb(230,4,40); }
div.DivClassName
{
background-color: #E60428;
}
.BgClassName
{
background-color: #E60428;
}
</style>
border-color css
<style>
span { border-color: #E60428; }
span { border-color: rgb(230,4,40); }
td.TdClassName
{
border-color: #E60428;
}
.TagClassName
{
border-color: #E60428;
}
</style>