#E01E3C

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

Shades of Crimson #E01E3C

Tints of Crimson #E01E3C

Color information

#E01E3C (or 0xE01E3C) is unknown color: approx Crimson. HEX triplet: E0, 1E and 3C. RGB value is (224,30,60). Sum of RGB (Red+Green+Blue) = 224+30+60=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E3C is #1FE1C3. Grayscale: #5B5B5B. Windows color (decimal): -2089412 or 3940064. OLE color: 3940064.

HSL color Cylindrical-coordinate representation of color #E01E3C: hue angle of 350.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E3C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2243060-
CMYK00.870.730.12
HSL350.72º76.38%49.8%-
HSV(B)350.72º86.61%87.84%-
XYZ32.0217.15.89-
YUV91.43110.27222.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.34%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=71.34%
G=9.55%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224306000.870.730.12350.7276.3849.8
HexE01E3C05749C15f4c32
Octal340367401271111453711462
Binary111000001111011110001010111100100111001010111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E3C; }

 p { color: rgb(224,30,60); }

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

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

 a { background-color: rgb(224,30,60); }

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

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

 span { border-color: rgb(224,30,60); }

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