Shades of Crimson #E00942
Tints of Crimson #E00942
RGB
CMYK
RGB Variations
Color information
#E00942 (or 0xE00942) is known color: Crimson. HEX triplet: E0, 09 and 42. RGB value is (224,9,66). Sum of RGB (Red+Green+Blue) = 224+9+66=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E00942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00942 is #1FF6BD. Grayscale: #4F4F4F. Windows color (decimal): -2094782 or 4327904. OLE color: 4327904.
HSL color Cylindrical-coordinate representation of color #E00942: hue angle of 344.09º 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 #E00942 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 66 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.12 |
| HSL | 344.09º | 0.92% | 0.46% | - |
| HSV(B) | 344.09º | 0.96% | 0.88% | - |
| XYZ | 31.82 | 16.44 | 6.65 | - |
| YUV | 79.78 | 120.23 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 66 | 0 | 0.96 | 0.71 | 0.12 | 344.09 | 0.92 | 0.46 |
| Hex | E0 | 9 | 42 | 0 | 60 | 47 | C | 158 | 5C | 2E |
| Octal | 340 | 11 | 102 | 0 | 140 | 107 | 14 | 530 | 134 | 56 |
| Binary | 11100000 | 1001 | 1000010 | 0 | 1100000 | 1000111 | 1100 | 101011000 | 1011100 | 101110 |
Color Harmonies of #E00942
Complementary color
Monochromatic Colors of #E00942
Black with #E00942
Text Example
Text Example
White with #E00942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00942; }
p { color: rgb(224,9,66); }
H1.HeaderClassName
{
color: #E00942;
}
.AnyTagClassName
{
color: #E00942;
}
</style>
background-color css
<style>
a { background-color: #E00942; }
a { background-color: rgb(224,9,66); }
div.DivClassName
{
background-color: #E00942;
}
.BgClassName
{
background-color: #E00942;
}
</style>
border-color css
<style>
span { border-color: #E00942; }
span { border-color: rgb(224,9,66); }
td.TdClassName
{
border-color: #E00942;
}
.TagClassName
{
border-color: #E00942;
}
</style>