#E20340

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

Shades of Crimson #E20340

Tints of Crimson #E20340

Color information

#E20340 (or 0xE20340) is unknown color: approx Crimson. HEX triplet: E2, 03 and 40. RGB value is (226,3,64). Sum of RGB (Red+Green+Blue) = 226+3+64=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E20340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20340 is #1DFCBF. Grayscale: #4C4C4C. Windows color (decimal): -1965248 or 4195298. OLE color: 4195298.

HSL color Cylindrical-coordinate representation of color #E20340: hue angle of 343.59º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20340 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB226364-
CMYK00.990.720.11
HSL343.59º97.38%44.9%-
HSV(B)343.59º98.67%88.63%-
XYZ32.3216.66.35-
YUV76.63120.88234.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.13%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=77.13%
G=1.02%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22636400.990.720.11343.5997.3844.9
HexE234006348B158612d
Octal342310001431101353014155
Binary1110001011100000001100011100100010111010110001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20340; }

 p { color: rgb(226,3,64); }

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

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

 a { background-color: rgb(226,3,64); }

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

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

 span { border-color: rgb(226,3,64); }

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