#E01639

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

Shades of Crimson #E01639

Tints of Crimson #E01639

Color information

#E01639 (or 0xE01639) is unknown color: approx Crimson. HEX triplet: E0, 16 and 39. RGB value is (224,22,57). Sum of RGB (Red+Green+Blue) = 224+22+57=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E01639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01639 is #1FE9C6. Grayscale: #565656. Windows color (decimal): -2091463 or 3741408. OLE color: 3741408.

HSL color Cylindrical-coordinate representation of color #E01639: hue angle of 349.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01639 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB2242257-
CMYK00.900.750.12
HSL349.6º82.11%48.24%-
HSV(B)349.6º90.18%87.84%-
XYZ31.7716.725.42-
YUV86.39111.42226.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 73.93%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=73.93%
G=7.26%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224225700.900.750.12349.682.1148.24
HexE0163905A4BC15e5230
Octal340267101321131453612260
Binary111000001011011100101011010100101111001010111101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01639; }

 p { color: rgb(224,22,57); }

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

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

 a { background-color: rgb(224,22,57); }

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

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

 span { border-color: rgb(224,22,57); }

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