Shades of Crimson #E4193D
Tints of Crimson #E4193D
RGB
CMYK
RGB Variations
Color information
#E4193D (or 0xE4193D) is known color: Crimson. HEX triplet: E4, 19 and 3D. RGB value is (228,25,61). Sum of RGB (Red+Green+Blue) = 228+25+61=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E4193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4193D is #1BE6C2. Grayscale: #595959. Windows color (decimal): -1828547 or 4004324. OLE color: 4004324.
HSL color Cylindrical-coordinate representation of color #E4193D: hue angle of 349.36º 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 #E4193D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.11 |
| HSL | 349.36º | 0.8% | 0.5% | - |
| HSV(B) | 349.36º | 0.89% | 0.89% | - |
| XYZ | 33.18 | 17.53 | 6.05 | - |
| YUV | 89.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 61 | 0 | 0.89 | 0.73 | 0.11 | 349.36 | 0.8 | 0.5 |
| Hex | E4 | 19 | 3D | 0 | 59 | 49 | B | 15D | 50 | 32 |
| Octal | 344 | 31 | 75 | 0 | 131 | 111 | 13 | 535 | 120 | 62 |
| Binary | 11100100 | 11001 | 111101 | 0 | 1011001 | 1001001 | 1011 | 101011101 | 1010000 | 110010 |
Color Harmonies of #E4193D
Complementary color
Monochromatic Colors of #E4193D
Black with #E4193D
Text Example
Text Example
White with #E4193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4193D; }
p { color: rgb(228,25,61); }
H1.HeaderClassName
{
color: #E4193D;
}
.AnyTagClassName
{
color: #E4193D;
}
</style>
background-color css
<style>
a { background-color: #E4193D; }
a { background-color: rgb(228,25,61); }
div.DivClassName
{
background-color: #E4193D;
}
.BgClassName
{
background-color: #E4193D;
}
</style>
border-color css
<style>
span { border-color: #E4193D; }
span { border-color: rgb(228,25,61); }
td.TdClassName
{
border-color: #E4193D;
}
.TagClassName
{
border-color: #E4193D;
}
</style>