#E0013E

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

Shades of Crimson #E0013E

Tints of Crimson #E0013E

Color information

#E0013E (or 0xE0013E) is unknown color: approx Crimson. HEX triplet: E0, 01 and 3E. RGB value is (224,1,62). Sum of RGB (Red+Green+Blue) = 224+1+62=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0013E is #1FFEC1. Grayscale: #4A4A4A. Windows color (decimal): -2096834 or 4063712. OLE color: 4063712.

HSL color Cylindrical-coordinate representation of color #E0013E: hue angle of 343.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB224162-
CMYK01.000.720.12
HSL343.59º99.11%44.12%-
HSV(B)343.59º99.55%87.84%-
XYZ31.6216.226.02-
YUV74.63120.88234.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 78.05%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=78.05%
G=0.35%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416201.000.720.12343.5999.1144.12
HexE013E06448C158632c
Octal34017601441101453014354
Binary11100000111111001100100100100011001010110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0013E; }

 p { color: rgb(224,1,62); }

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

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

 a { background-color: rgb(224,1,62); }

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

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

 span { border-color: rgb(224,1,62); }

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