Shades of Crimson #E41F43
Tints of Crimson #E41F43
RGB
CMYK
RGB Variations
Color information
#E41F43 (or 0xE41F43) is known color: Crimson. HEX triplet: E4, 1F and 43. RGB value is (228,31,67). Sum of RGB (Red+Green+Blue) = 228+31+67=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F43 is #1BE0BC. Grayscale: #5E5E5E. Windows color (decimal): -1827005 or 4399076. OLE color: 4399076.
HSL color Cylindrical-coordinate representation of color #E41F43: hue angle of 349.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41F43 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 67 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.11 |
| HSL | 349.04º | 0.78% | 0.51% | - |
| HSV(B) | 349.04º | 0.86% | 0.89% | - |
| XYZ | 33.5 | 17.88 | 7 | - |
| YUV | 94.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 67 | 0 | 0.86 | 0.71 | 0.11 | 349.04 | 0.78 | 0.51 |
| Hex | E4 | 1F | 43 | 0 | 56 | 47 | B | 15D | 4E | 33 |
| Octal | 344 | 37 | 103 | 0 | 126 | 107 | 13 | 535 | 116 | 63 |
| Binary | 11100100 | 11111 | 1000011 | 0 | 1010110 | 1000111 | 1011 | 101011101 | 1001110 | 110011 |
Color Harmonies of #E41F43
Complementary color
Monochromatic Colors of #E41F43
Black with #E41F43
Text Example
Text Example
White with #E41F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41F43; }
p { color: rgb(228,31,67); }
H1.HeaderClassName
{
color: #E41F43;
}
.AnyTagClassName
{
color: #E41F43;
}
</style>
background-color css
<style>
a { background-color: #E41F43; }
a { background-color: rgb(228,31,67); }
div.DivClassName
{
background-color: #E41F43;
}
.BgClassName
{
background-color: #E41F43;
}
</style>
border-color css
<style>
span { border-color: #E41F43; }
span { border-color: rgb(228,31,67); }
td.TdClassName
{
border-color: #E41F43;
}
.TagClassName
{
border-color: #E41F43;
}
</style>