#e01841

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

Shades of Crimson #E01841

Tints of Crimson #E01841

Color information

#E01841 (or 0xE01841) is unknown color: approx Crimson. HEX triplet: E0, 18 and 41. RGB value is (224,24,65). Sum of RGB (Red+Green+Blue) = 224+24+65=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E01841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01841 is #1FE7BE. Grayscale: #585858. Windows color (decimal): -2090943 or 4266208. OLE color: 4266208.

HSL color Cylindrical-coordinate representation of color #E01841: hue angle of 347.7º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01841 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2242465-
CMYK00.890.710.12
HSL347.7º80.65%48.63%-
HSV(B)347.7º89.29%87.84%-
XYZ32.0216.886.57-
YUV88.47114.76224.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.57%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=71.57%
G=7.67%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224246500.890.710.12347.780.6548.63
HexE0184105947C15c5131
Octal3403010101311071453412161
Binary1110000011000100000101011001100011111001010111001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01841; }

 p { color: rgb(224,24,65); }

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

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

 a { background-color: rgb(224,24,65); }

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

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

 span { border-color: rgb(224,24,65); }

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