Shades of Crimson #E00E2F
Tints of Crimson #E00E2F
RGB
CMYK
RGB Variations
Color information
#E00E2F (or 0xE00E2F) is known color: Crimson. HEX triplet: E0, 0E and 2F. RGB value is (224,14,47). Sum of RGB (Red+Green+Blue) = 224+14+47=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00E2F is #1FF1D0. Grayscale: #505050. Windows color (decimal): -2093521 or 3084000. OLE color: 3084000.
HSL color Cylindrical-coordinate representation of color #E00E2F: hue angle of 350.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E2F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.12 |
| HSL | 350.57º | 0.88% | 0.47% | - |
| HSV(B) | 350.57º | 0.94% | 0.88% | - |
| XYZ | 31.41 | 16.37 | 4.19 | - |
| YUV | 80.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 47 | 0 | 0.94 | 0.79 | 0.12 | 350.57 | 0.88 | 0.47 |
| Hex | E0 | E | 2F | 0 | 5E | 4F | C | 15F | 58 | 2F |
| Octal | 340 | 16 | 57 | 0 | 136 | 117 | 14 | 537 | 130 | 57 |
| Binary | 11100000 | 1110 | 101111 | 0 | 1011110 | 1001111 | 1100 | 101011111 | 1011000 | 101111 |
Color Harmonies of #E00E2F
Complementary color
Monochromatic Colors of #E00E2F
Black with #E00E2F
Text Example
Text Example
White with #E00E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E2F; }
p { color: rgb(224,14,47); }
H1.HeaderClassName
{
color: #E00E2F;
}
.AnyTagClassName
{
color: #E00E2F;
}
</style>
background-color css
<style>
a { background-color: #E00E2F; }
a { background-color: rgb(224,14,47); }
div.DivClassName
{
background-color: #E00E2F;
}
.BgClassName
{
background-color: #E00E2F;
}
</style>
border-color css
<style>
span { border-color: #E00E2F; }
span { border-color: rgb(224,14,47); }
td.TdClassName
{
border-color: #E00E2F;
}
.TagClassName
{
border-color: #E00E2F;
}
</style>