#E01E3D

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

Shades of Crimson #E01E3D

Tints of Crimson #E01E3D

Color information

#E01E3D (or 0xE01E3D) is unknown color: approx Crimson. HEX triplet: E0, 1E and 3D. RGB value is (224,30,61). Sum of RGB (Red+Green+Blue) = 224+30+61=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E3D is #1FE1C2. Grayscale: #5B5B5B. Windows color (decimal): -2089411 or 4005600. OLE color: 4005600.

HSL color Cylindrical-coordinate representation of color #E01E3D: hue angle of 350.41º 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 #E01E3D is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2243061-
CMYK00.870.730.12
HSL350.41º76.38%49.8%-
HSV(B)350.41º86.61%87.84%-
XYZ32.0517.116.03-
YUV91.54110.77222.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.11%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=71.11%
G=9.52%
B=19.37%

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
Decimal224306100.870.730.12350.4176.3849.8
HexE01E3D05749C15e4c32
Octal340367501271111453611462
Binary111000001111011110101010111100100111001010111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E3D; }

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

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

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

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

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

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

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

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