Shades of Crimson #E01233
Tints of Crimson #E01233
RGB
CMYK
RGB Variations
Color information
#E01233 (or 0xE01233) is known color: Crimson. HEX triplet: E0, 12 and 33. RGB value is (224,18,51). Sum of RGB (Red+Green+Blue) = 224+18+51=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E01233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01233 is #1FEDCC. Grayscale: #535353. Windows color (decimal): -2092493 or 3347168. OLE color: 3347168.
HSL color Cylindrical-coordinate representation of color #E01233: hue angle of 350.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01233 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 51 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.12 |
| HSL | 350.39º | 0.85% | 0.47% | - |
| HSV(B) | 350.39º | 0.92% | 0.88% | - |
| XYZ | 31.55 | 16.52 | 4.66 | - |
| YUV | 83.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 51 | 0 | 0.92 | 0.77 | 0.12 | 350.39 | 0.85 | 0.47 |
| Hex | E0 | 12 | 33 | 0 | 5C | 4D | C | 15E | 55 | 2F |
| Octal | 340 | 22 | 63 | 0 | 134 | 115 | 14 | 536 | 125 | 57 |
| Binary | 11100000 | 10010 | 110011 | 0 | 1011100 | 1001101 | 1100 | 101011110 | 1010101 | 101111 |
Color Harmonies of #E01233
Complementary color
Monochromatic Colors of #E01233
Black with #E01233
Text Example
Text Example
White with #E01233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01233; }
p { color: rgb(224,18,51); }
H1.HeaderClassName
{
color: #E01233;
}
.AnyTagClassName
{
color: #E01233;
}
</style>
background-color css
<style>
a { background-color: #E01233; }
a { background-color: rgb(224,18,51); }
div.DivClassName
{
background-color: #E01233;
}
.BgClassName
{
background-color: #E01233;
}
</style>
border-color css
<style>
span { border-color: #E01233; }
span { border-color: rgb(224,18,51); }
td.TdClassName
{
border-color: #E01233;
}
.TagClassName
{
border-color: #E01233;
}
</style>