Shades of Crimson #E00943
Tints of Crimson #E00943
RGB
CMYK
RGB Variations
Color information
#E00943 (or 0xE00943) is known color: Crimson. HEX triplet: E0, 09 and 43. RGB value is (224,9,67). Sum of RGB (Red+Green+Blue) = 224+9+67=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E00943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00943 is #1FF6BC. Grayscale: #4F4F4F. Windows color (decimal): -2094781 or 4393440. OLE color: 4393440.
HSL color Cylindrical-coordinate representation of color #E00943: hue angle of 343.81º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00943 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.12 |
| HSL | 343.81º | 0.92% | 0.46% | - |
| HSV(B) | 343.81º | 0.96% | 0.88% | - |
| XYZ | 31.85 | 16.45 | 6.81 | - |
| YUV | 79.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 67 | 0 | 0.96 | 0.70 | 0.12 | 343.81 | 0.92 | 0.46 |
| Hex | E0 | 9 | 43 | 0 | 60 | 46 | C | 158 | 5C | 2E |
| Octal | 340 | 11 | 103 | 0 | 140 | 106 | 14 | 530 | 134 | 56 |
| Binary | 11100000 | 1001 | 1000011 | 0 | 1100000 | 1000110 | 1100 | 101011000 | 1011100 | 101110 |
Color Harmonies of #E00943
Complementary color
Monochromatic Colors of #E00943
Black with #E00943
Text Example
Text Example
White with #E00943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00943; }
p { color: rgb(224,9,67); }
H1.HeaderClassName
{
color: #E00943;
}
.AnyTagClassName
{
color: #E00943;
}
</style>
background-color css
<style>
a { background-color: #E00943; }
a { background-color: rgb(224,9,67); }
div.DivClassName
{
background-color: #E00943;
}
.BgClassName
{
background-color: #E00943;
}
</style>
border-color css
<style>
span { border-color: #E00943; }
span { border-color: rgb(224,9,67); }
td.TdClassName
{
border-color: #E00943;
}
.TagClassName
{
border-color: #E00943;
}
</style>