Shades of Crimson #E00241
Tints of Crimson #E00241
RGB
CMYK
RGB Variations
Color information
#E00241 (or 0xE00241) is known color: Crimson. HEX triplet: E0, 02 and 41. RGB value is (224,2,65). Sum of RGB (Red+Green+Blue) = 224+2+65=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E00241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00241 is #1FFDBE. Grayscale: #4B4B4B. Windows color (decimal): -2096575 or 4260576. OLE color: 4260576.
HSL color Cylindrical-coordinate representation of color #E00241: hue angle of 342.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00241 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.12 |
| HSL | 342.97º | 0.98% | 0.44% | - |
| HSV(B) | 342.97º | 0.99% | 0.88% | - |
| XYZ | 31.72 | 16.27 | 6.47 | - |
| YUV | 75.56 | 122.05 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 65 | 0 | 0.99 | 0.71 | 0.12 | 342.97 | 0.98 | 0.44 |
| Hex | E0 | 2 | 41 | 0 | 63 | 47 | C | 157 | 62 | 2C |
| Octal | 340 | 2 | 101 | 0 | 143 | 107 | 14 | 527 | 142 | 54 |
| Binary | 11100000 | 10 | 1000001 | 0 | 1100011 | 1000111 | 1100 | 101010111 | 1100010 | 101100 |
Color Harmonies of #E00241
Complementary color
Monochromatic Colors of #E00241
Black with #E00241
Text Example
Text Example
White with #E00241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00241; }
p { color: rgb(224,2,65); }
H1.HeaderClassName
{
color: #E00241;
}
.AnyTagClassName
{
color: #E00241;
}
</style>
background-color css
<style>
a { background-color: #E00241; }
a { background-color: rgb(224,2,65); }
div.DivClassName
{
background-color: #E00241;
}
.BgClassName
{
background-color: #E00241;
}
</style>
border-color css
<style>
span { border-color: #E00241; }
span { border-color: rgb(224,2,65); }
td.TdClassName
{
border-color: #E00241;
}
.TagClassName
{
border-color: #E00241;
}
</style>