Shades of Crimson #E60233
Tints of Crimson #E60233
RGB
CMYK
RGB Variations
Color information
#E60233 (or 0xE60233) is known color: Crimson. HEX triplet: E6, 02 and 33. RGB value is (230,2,51). Sum of RGB (Red+Green+Blue) = 230+2+51=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E60233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60233 is #19FDCC. Grayscale: #4B4B4B. Windows color (decimal): -1703373 or 3343078. OLE color: 3343078.
HSL color Cylindrical-coordinate representation of color #E60233: hue angle of 347.11º 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 #E60233 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.10 |
| HSL | 347.11º | 0.98% | 0.45% | - |
| HSV(B) | 347.11º | 0.99% | 0.9% | - |
| XYZ | 33.25 | 17.11 | 4.68 | - |
| YUV | 75.76 | 114.04 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 51 | 0 | 0.99 | 0.78 | 0.10 | 347.11 | 0.98 | 0.45 |
| Hex | E6 | 2 | 33 | 0 | 63 | 4E | A | 15B | 62 | 2D |
| Octal | 346 | 2 | 63 | 0 | 143 | 116 | 12 | 533 | 142 | 55 |
| Binary | 11100110 | 10 | 110011 | 0 | 1100011 | 1001110 | 1010 | 101011011 | 1100010 | 101101 |
Color Harmonies of #E60233
Complementary color
Monochromatic Colors of #E60233
Black with #E60233
Text Example
Text Example
White with #E60233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60233; }
p { color: rgb(230,2,51); }
H1.HeaderClassName
{
color: #E60233;
}
.AnyTagClassName
{
color: #E60233;
}
</style>
background-color css
<style>
a { background-color: #E60233; }
a { background-color: rgb(230,2,51); }
div.DivClassName
{
background-color: #E60233;
}
.BgClassName
{
background-color: #E60233;
}
</style>
border-color css
<style>
span { border-color: #E60233; }
span { border-color: rgb(230,2,51); }
td.TdClassName
{
border-color: #E60233;
}
.TagClassName
{
border-color: #E60233;
}
</style>