Shades of Crimson #E00641
Tints of Crimson #E00641
RGB
CMYK
RGB Variations
Color information
#E00641 (or 0xE00641) is known color: Crimson. HEX triplet: E0, 06 and 41. RGB value is (224,6,65). Sum of RGB (Red+Green+Blue) = 224+6+65=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E00641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00641 is #1FF9BE. Grayscale: #4D4D4D. Windows color (decimal): -2095551 or 4261600. OLE color: 4261600.
HSL color Cylindrical-coordinate representation of color #E00641: hue angle of 343.76º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00641 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.12 |
| HSL | 343.76º | 0.95% | 0.45% | - |
| HSV(B) | 343.76º | 0.97% | 0.88% | - |
| XYZ | 31.76 | 16.36 | 6.48 | - |
| YUV | 77.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 65 | 0 | 0.97 | 0.71 | 0.12 | 343.76 | 0.95 | 0.45 |
| Hex | E0 | 6 | 41 | 0 | 61 | 47 | C | 158 | 5F | 2D |
| Octal | 340 | 6 | 101 | 0 | 141 | 107 | 14 | 530 | 137 | 55 |
| Binary | 11100000 | 110 | 1000001 | 0 | 1100001 | 1000111 | 1100 | 101011000 | 1011111 | 101101 |
Color Harmonies of #E00641
Complementary color
Monochromatic Colors of #E00641
Black with #E00641
Text Example
Text Example
White with #E00641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00641; }
p { color: rgb(224,6,65); }
H1.HeaderClassName
{
color: #E00641;
}
.AnyTagClassName
{
color: #E00641;
}
</style>
background-color css
<style>
a { background-color: #E00641; }
a { background-color: rgb(224,6,65); }
div.DivClassName
{
background-color: #E00641;
}
.BgClassName
{
background-color: #E00641;
}
</style>
border-color css
<style>
span { border-color: #E00641; }
span { border-color: rgb(224,6,65); }
td.TdClassName
{
border-color: #E00641;
}
.TagClassName
{
border-color: #E00641;
}
</style>