Shades of Crimson #E60244
Tints of Crimson #E60244
RGB
CMYK
RGB Variations
Color information
#E60244 (or 0xE60244) is known color: Crimson. HEX triplet: E6, 02 and 44. RGB value is (230,2,68). Sum of RGB (Red+Green+Blue) = 230+2+68=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E60244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60244 is #19FDBB. Grayscale: #4D4D4D. Windows color (decimal): -1703356 or 4457190. OLE color: 4457190.
HSL color Cylindrical-coordinate representation of color #E60244: hue angle of 342.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60244 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.10 |
| HSL | 342.63º | 0.98% | 0.45% | - |
| HSV(B) | 342.63º | 0.99% | 0.9% | - |
| XYZ | 33.7 | 17.28 | 7.03 | - |
| YUV | 77.7 | 122.54 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 68 | 0 | 0.99 | 0.70 | 0.10 | 342.63 | 0.98 | 0.45 |
| Hex | E6 | 2 | 44 | 0 | 63 | 46 | A | 157 | 62 | 2D |
| Octal | 346 | 2 | 104 | 0 | 143 | 106 | 12 | 527 | 142 | 55 |
| Binary | 11100110 | 10 | 1000100 | 0 | 1100011 | 1000110 | 1010 | 101010111 | 1100010 | 101101 |
Color Harmonies of #E60244
Complementary color
Monochromatic Colors of #E60244
Black with #E60244
Text Example
Text Example
White with #E60244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60244; }
p { color: rgb(230,2,68); }
H1.HeaderClassName
{
color: #E60244;
}
.AnyTagClassName
{
color: #E60244;
}
</style>
background-color css
<style>
a { background-color: #E60244; }
a { background-color: rgb(230,2,68); }
div.DivClassName
{
background-color: #E60244;
}
.BgClassName
{
background-color: #E60244;
}
</style>
border-color css
<style>
span { border-color: #E60244; }
span { border-color: rgb(230,2,68); }
td.TdClassName
{
border-color: #E60244;
}
.TagClassName
{
border-color: #E60244;
}
</style>