#E01544

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

Shades of Crimson #E01544

Tints of Crimson #E01544

Color information

#E01544 (or 0xE01544) is unknown color: approx Crimson. HEX triplet: E0, 15 and 44. RGB value is (224,21,68). Sum of RGB (Red+Green+Blue) = 224+21+68=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E01544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01544 is #1FEABB. Grayscale: #575757. Windows color (decimal): -2091708 or 4462048. OLE color: 4462048.

HSL color Cylindrical-coordinate representation of color #E01544: hue angle of 346.11º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01544 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2242168-
CMYK00.910.700.12
HSL346.11º82.86%48.04%-
HSV(B)346.11º90.62%87.84%-
XYZ32.0516.87.02-
YUV87.06117.25225.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.57%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=71.57%
G=6.71%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224216800.910.700.12346.1182.8648.04
HexE0154405B46C15a5330
Octal3402510401331061453212360
Binary1110000010101100010001011011100011011001010110101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01544; }

 p { color: rgb(224,21,68); }

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

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

 a { background-color: rgb(224,21,68); }

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

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

 span { border-color: rgb(224,21,68); }

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