Shades of Crimson #E61228
Tints of Crimson #E61228
RGB
CMYK
RGB Variations
Color information
#E61228 (or 0xE61228) is known color: Crimson. HEX triplet: E6, 12 and 28. RGB value is (230,18,40). Sum of RGB (Red+Green+Blue) = 230+18+40=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E61228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61228 is #19EDD7. Grayscale: #545454. Windows color (decimal): -1699288 or 2626278. OLE color: 2626278.
HSL color Cylindrical-coordinate representation of color #E61228: hue angle of 353.77º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61228 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 40 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.10 |
| HSL | 353.77º | 0.85% | 0.49% | - |
| HSV(B) | 353.77º | 0.92% | 0.9% | - |
| XYZ | 33.23 | 17.41 | 3.62 | - |
| YUV | 83.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 40 | 0 | 0.92 | 0.83 | 0.10 | 353.77 | 0.85 | 0.49 |
| Hex | E6 | 12 | 28 | 0 | 5C | 53 | A | 162 | 55 | 31 |
| Octal | 346 | 22 | 50 | 0 | 134 | 123 | 12 | 542 | 125 | 61 |
| Binary | 11100110 | 10010 | 101000 | 0 | 1011100 | 1010011 | 1010 | 101100010 | 1010101 | 110001 |
Color Harmonies of #E61228
Complementary color
Monochromatic Colors of #E61228
Black with #E61228
Text Example
Text Example
White with #E61228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61228; }
p { color: rgb(230,18,40); }
H1.HeaderClassName
{
color: #E61228;
}
.AnyTagClassName
{
color: #E61228;
}
</style>
background-color css
<style>
a { background-color: #E61228; }
a { background-color: rgb(230,18,40); }
div.DivClassName
{
background-color: #E61228;
}
.BgClassName
{
background-color: #E61228;
}
</style>
border-color css
<style>
span { border-color: #E61228; }
span { border-color: rgb(230,18,40); }
td.TdClassName
{
border-color: #E61228;
}
.TagClassName
{
border-color: #E61228;
}
</style>