Shades of Crimson #E11C43
Tints of Crimson #E11C43
RGB
CMYK
RGB Variations
Color information
#E11C43 (or 0xE11C43) is known color: Crimson. HEX triplet: E1, 1C and 43. RGB value is (225,28,67). Sum of RGB (Red+Green+Blue) = 225+28+67=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C43 is #1EE3BC. Grayscale: #5B5B5B. Windows color (decimal): -2024381 or 4398305. OLE color: 4398305.
HSL color Cylindrical-coordinate representation of color #E11C43: hue angle of 348.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C43 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 67 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.12 |
| HSL | 348.12º | 0.78% | 0.5% | - |
| HSV(B) | 348.12º | 0.88% | 0.88% | - |
| XYZ | 32.48 | 17.24 | 6.93 | - |
| YUV | 91.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 67 | 0 | 0.88 | 0.70 | 0.12 | 348.12 | 0.78 | 0.5 |
| Hex | E1 | 1C | 43 | 0 | 58 | 46 | C | 15C | 4E | 32 |
| Octal | 341 | 34 | 103 | 0 | 130 | 106 | 14 | 534 | 116 | 62 |
| Binary | 11100001 | 11100 | 1000011 | 0 | 1011000 | 1000110 | 1100 | 101011100 | 1001110 | 110010 |
Color Harmonies of #E11C43
Complementary color
Monochromatic Colors of #E11C43
Black with #E11C43
Text Example
Text Example
White with #E11C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C43; }
p { color: rgb(225,28,67); }
H1.HeaderClassName
{
color: #E11C43;
}
.AnyTagClassName
{
color: #E11C43;
}
</style>
background-color css
<style>
a { background-color: #E11C43; }
a { background-color: rgb(225,28,67); }
div.DivClassName
{
background-color: #E11C43;
}
.BgClassName
{
background-color: #E11C43;
}
</style>
border-color css
<style>
span { border-color: #E11C43; }
span { border-color: rgb(225,28,67); }
td.TdClassName
{
border-color: #E11C43;
}
.TagClassName
{
border-color: #E11C43;
}
</style>