Shades of Crimson #E01743
Tints of Crimson #E01743
RGB
CMYK
RGB Variations
Color information
#E01743 (or 0xE01743) is known color: Crimson. HEX triplet: E0, 17 and 43. RGB value is (224,23,67). Sum of RGB (Red+Green+Blue) = 224+23+67=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E01743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01743 is #1FE8BC. Grayscale: #585858. Windows color (decimal): -2091197 or 4397024. OLE color: 4397024.
HSL color Cylindrical-coordinate representation of color #E01743: hue angle of 346.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01743 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 67 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.12 |
| HSL | 346.87º | 0.81% | 0.48% | - |
| HSV(B) | 346.87º | 0.9% | 0.88% | - |
| XYZ | 32.06 | 16.87 | 6.88 | - |
| YUV | 88.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 67 | 0 | 0.90 | 0.70 | 0.12 | 346.87 | 0.81 | 0.48 |
| Hex | E0 | 17 | 43 | 0 | 5A | 46 | C | 15B | 51 | 30 |
| Octal | 340 | 27 | 103 | 0 | 132 | 106 | 14 | 533 | 121 | 60 |
| Binary | 11100000 | 10111 | 1000011 | 0 | 1011010 | 1000110 | 1100 | 101011011 | 1010001 | 110000 |
Color Harmonies of #E01743
Complementary color
Monochromatic Colors of #E01743
Black with #E01743
Text Example
Text Example
White with #E01743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01743; }
p { color: rgb(224,23,67); }
H1.HeaderClassName
{
color: #E01743;
}
.AnyTagClassName
{
color: #E01743;
}
</style>
background-color css
<style>
a { background-color: #E01743; }
a { background-color: rgb(224,23,67); }
div.DivClassName
{
background-color: #E01743;
}
.BgClassName
{
background-color: #E01743;
}
</style>
border-color css
<style>
span { border-color: #E01743; }
span { border-color: rgb(224,23,67); }
td.TdClassName
{
border-color: #E01743;
}
.TagClassName
{
border-color: #E01743;
}
</style>