#E20F49

Color #E20F49 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E20F49

Tints of Crimson #E20F49

Color information

#E20F49 (or 0xE20F49) is unknown color: approx Crimson. HEX triplet: E2, 0F and 49. RGB value is (226,15,73). Sum of RGB (Red+Green+Blue) = 226+15+73=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F49 is #1DF0B6. Grayscale: #545454. Windows color (decimal): -1962167 or 4788194. OLE color: 4788194.

HSL color Cylindrical-coordinate representation of color #E20F49: hue angle of 343.51º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F49 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2261573-
CMYK00.930.680.11
HSL343.51º87.55%47.25%-
HSV(B)343.51º93.36%88.63%-
XYZ32.7416.997.86-
YUV84.7121.4228.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 71.97%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=71.97%
G=4.78%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226157300.930.680.11343.5187.5547.25
HexE2F4905D44B158582f
Octal3421711101351041353013057
Binary111000101111100100101011101100010010111010110001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F49; }

 p { color: rgb(226,15,73); }

 H1.HeaderClassName
 {
   color: #E20F49;
 }
 .AnyTagClassName
 {
   color: #E20F49;
 }
</style>
background-color css

<style>
 a { background-color: #E20F49; }

 a { background-color: rgb(226,15,73); }

 div.DivClassName
 {
   background-color: #E20F49;
 }
 .BgClassName
 {
   background-color: #E20F49;
 }
</style>
border-color css

<style>
 span { border-color: #E20F49; }

 span { border-color: rgb(226,15,73); }

 td.TdClassName
 {
   border-color: #E20F49;
 }
 .TagClassName
 {
   border-color: #E20F49;
 }
</style>