Shades of Crimson #E41943
Tints of Crimson #E41943
RGB
CMYK
RGB Variations
Color information
#E41943 (or 0xE41943) is known color: Crimson. HEX triplet: E4, 19 and 43. RGB value is (228,25,67). Sum of RGB (Red+Green+Blue) = 228+25+67=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E41943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41943 is #1BE6BC. Grayscale: #5A5A5A. Windows color (decimal): -1828541 or 4397540. OLE color: 4397540.
HSL color Cylindrical-coordinate representation of color #E41943: hue angle of 347.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41943 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 67 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.11 |
| HSL | 347.59º | 0.8% | 0.5% | - |
| HSV(B) | 347.59º | 0.89% | 0.89% | - |
| XYZ | 33.36 | 17.59 | 6.95 | - |
| YUV | 90.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 67 | 0 | 0.89 | 0.71 | 0.11 | 347.59 | 0.8 | 0.5 |
| Hex | E4 | 19 | 43 | 0 | 59 | 47 | B | 15C | 50 | 32 |
| Octal | 344 | 31 | 103 | 0 | 131 | 107 | 13 | 534 | 120 | 62 |
| Binary | 11100100 | 11001 | 1000011 | 0 | 1011001 | 1000111 | 1011 | 101011100 | 1010000 | 110010 |
Color Harmonies of #E41943
Complementary color
Monochromatic Colors of #E41943
Black with #E41943
Text Example
Text Example
White with #E41943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41943; }
p { color: rgb(228,25,67); }
H1.HeaderClassName
{
color: #E41943;
}
.AnyTagClassName
{
color: #E41943;
}
</style>
background-color css
<style>
a { background-color: #E41943; }
a { background-color: rgb(228,25,67); }
div.DivClassName
{
background-color: #E41943;
}
.BgClassName
{
background-color: #E41943;
}
</style>
border-color css
<style>
span { border-color: #E41943; }
span { border-color: rgb(228,25,67); }
td.TdClassName
{
border-color: #E41943;
}
.TagClassName
{
border-color: #E41943;
}
</style>