Shades of Crimson #E01341
Tints of Crimson #E01341
RGB
CMYK
RGB Variations
Color information
#E01341 (or 0xE01341) is known color: Crimson. HEX triplet: E0, 13 and 41. RGB value is (224,19,65). Sum of RGB (Red+Green+Blue) = 224+19+65=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E01341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01341 is #1FECBE. Grayscale: #555555. Windows color (decimal): -2092223 or 4264928. OLE color: 4264928.
HSL color Cylindrical-coordinate representation of color #E01341: hue angle of 346.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01341 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 65 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.12 |
| HSL | 346.54º | 0.84% | 0.48% | - |
| HSV(B) | 346.54º | 0.92% | 0.88% | - |
| XYZ | 31.93 | 16.69 | 6.54 | - |
| YUV | 85.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 65 | 0 | 0.92 | 0.71 | 0.12 | 346.54 | 0.84 | 0.48 |
| Hex | E0 | 13 | 41 | 0 | 5C | 47 | C | 15B | 54 | 30 |
| Octal | 340 | 23 | 101 | 0 | 134 | 107 | 14 | 533 | 124 | 60 |
| Binary | 11100000 | 10011 | 1000001 | 0 | 1011100 | 1000111 | 1100 | 101011011 | 1010100 | 110000 |
Color Harmonies of #E01341
Complementary color
Monochromatic Colors of #E01341
Black with #E01341
Text Example
Text Example
White with #E01341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01341; }
p { color: rgb(224,19,65); }
H1.HeaderClassName
{
color: #E01341;
}
.AnyTagClassName
{
color: #E01341;
}
</style>
background-color css
<style>
a { background-color: #E01341; }
a { background-color: rgb(224,19,65); }
div.DivClassName
{
background-color: #E01341;
}
.BgClassName
{
background-color: #E01341;
}
</style>
border-color css
<style>
span { border-color: #E01341; }
span { border-color: rgb(224,19,65); }
td.TdClassName
{
border-color: #E01341;
}
.TagClassName
{
border-color: #E01341;
}
</style>