Shades of Crimson #E00741
Tints of Crimson #E00741
RGB
CMYK
RGB Variations
Color information
#E00741 (or 0xE00741) is known color: Crimson. HEX triplet: E0, 07 and 41. RGB value is (224,7,65). Sum of RGB (Red+Green+Blue) = 224+7+65=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00741 is #1FF8BE. Grayscale: #4E4E4E. Windows color (decimal): -2095295 or 4261856. OLE color: 4261856.
HSL color Cylindrical-coordinate representation of color #E00741: hue angle of 343.96º degrees, saturation: 0.94, 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 #E00741 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.12 |
| HSL | 343.96º | 0.94% | 0.45% | - |
| HSV(B) | 343.96º | 0.97% | 0.88% | - |
| XYZ | 31.77 | 16.38 | 6.49 | - |
| YUV | 78.5 | 120.39 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 65 | 0 | 0.97 | 0.71 | 0.12 | 343.96 | 0.94 | 0.45 |
| Hex | E0 | 7 | 41 | 0 | 61 | 47 | C | 158 | 5E | 2D |
| Octal | 340 | 7 | 101 | 0 | 141 | 107 | 14 | 530 | 136 | 55 |
| Binary | 11100000 | 111 | 1000001 | 0 | 1100001 | 1000111 | 1100 | 101011000 | 1011110 | 101101 |
Color Harmonies of #E00741
Complementary color
Monochromatic Colors of #E00741
Black with #E00741
Text Example
Text Example
White with #E00741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00741; }
p { color: rgb(224,7,65); }
H1.HeaderClassName
{
color: #E00741;
}
.AnyTagClassName
{
color: #E00741;
}
</style>
background-color css
<style>
a { background-color: #E00741; }
a { background-color: rgb(224,7,65); }
div.DivClassName
{
background-color: #E00741;
}
.BgClassName
{
background-color: #E00741;
}
</style>
border-color css
<style>
span { border-color: #E00741; }
span { border-color: rgb(224,7,65); }
td.TdClassName
{
border-color: #E00741;
}
.TagClassName
{
border-color: #E00741;
}
</style>