Shades of Crimson #E00242
Tints of Crimson #E00242
RGB
CMYK
RGB Variations
Color information
#E00242 (or 0xE00242) is known color: Crimson. HEX triplet: E0, 02 and 42. RGB value is (224,2,66). Sum of RGB (Red+Green+Blue) = 224+2+66=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E00242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00242 is #1FFDBD. Grayscale: #4B4B4B. Windows color (decimal): -2096574 or 4326112. OLE color: 4326112.
HSL color Cylindrical-coordinate representation of color #E00242: hue angle of 342.7º 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 #E00242 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.12 |
| HSL | 342.7º | 0.98% | 0.44% | - |
| HSV(B) | 342.7º | 0.99% | 0.88% | - |
| XYZ | 31.75 | 16.28 | 6.62 | - |
| YUV | 75.67 | 122.55 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 66 | 0 | 0.99 | 0.71 | 0.12 | 342.7 | 0.98 | 0.44 |
| Hex | E0 | 2 | 42 | 0 | 63 | 47 | C | 157 | 62 | 2C |
| Octal | 340 | 2 | 102 | 0 | 143 | 107 | 14 | 527 | 142 | 54 |
| Binary | 11100000 | 10 | 1000010 | 0 | 1100011 | 1000111 | 1100 | 101010111 | 1100010 | 101100 |
Color Harmonies of #E00242
Complementary color
Monochromatic Colors of #E00242
Black with #E00242
Text Example
Text Example
White with #E00242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00242; }
p { color: rgb(224,2,66); }
H1.HeaderClassName
{
color: #E00242;
}
.AnyTagClassName
{
color: #E00242;
}
</style>
background-color css
<style>
a { background-color: #E00242; }
a { background-color: rgb(224,2,66); }
div.DivClassName
{
background-color: #E00242;
}
.BgClassName
{
background-color: #E00242;
}
</style>
border-color css
<style>
span { border-color: #E00242; }
span { border-color: rgb(224,2,66); }
td.TdClassName
{
border-color: #E00242;
}
.TagClassName
{
border-color: #E00242;
}
</style>