Shades of Crimson #E01F44
Tints of Crimson #E01F44
RGB
CMYK
RGB Variations
Color information
#E01F44 (or 0xE01F44) is known color: Crimson. HEX triplet: E0, 1F and 44. RGB value is (224,31,68). Sum of RGB (Red+Green+Blue) = 224+31+68=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F44 is #1FE0BB. Grayscale: #5C5C5C. Windows color (decimal): -2089148 or 4464608. OLE color: 4464608.
HSL color Cylindrical-coordinate representation of color #E01F44: hue angle of 348.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01F44 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 68 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.12 |
| HSL | 348.5º | 0.76% | 0.5% | - |
| HSV(B) | 348.5º | 0.86% | 0.88% | - |
| XYZ | 32.27 | 17.24 | 7.1 | - |
| YUV | 92.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 68 | 0 | 0.86 | 0.70 | 0.12 | 348.5 | 0.76 | 0.5 |
| Hex | E0 | 1F | 44 | 0 | 56 | 46 | C | 15C | 4C | 32 |
| Octal | 340 | 37 | 104 | 0 | 126 | 106 | 14 | 534 | 114 | 62 |
| Binary | 11100000 | 11111 | 1000100 | 0 | 1010110 | 1000110 | 1100 | 101011100 | 1001100 | 110010 |
Color Harmonies of #E01F44
Complementary color
Monochromatic Colors of #E01F44
Black with #E01F44
Text Example
Text Example
White with #E01F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F44; }
p { color: rgb(224,31,68); }
H1.HeaderClassName
{
color: #E01F44;
}
.AnyTagClassName
{
color: #E01F44;
}
</style>
background-color css
<style>
a { background-color: #E01F44; }
a { background-color: rgb(224,31,68); }
div.DivClassName
{
background-color: #E01F44;
}
.BgClassName
{
background-color: #E01F44;
}
</style>
border-color css
<style>
span { border-color: #E01F44; }
span { border-color: rgb(224,31,68); }
td.TdClassName
{
border-color: #E01F44;
}
.TagClassName
{
border-color: #E01F44;
}
</style>