#E20244

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

Shades of Crimson #E20244

Tints of Crimson #E20244

Color information

#E20244 (or 0xE20244) is unknown color: approx Crimson. HEX triplet: E2, 02 and 44. RGB value is (226,2,68). Sum of RGB (Red+Green+Blue) = 226+2+68=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E20244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20244 is #1DFDBB. Grayscale: #4C4C4C. Windows color (decimal): -1965500 or 4457186. OLE color: 4457186.

HSL color Cylindrical-coordinate representation of color #E20244: hue angle of 342.32º degrees, saturation: 0.98, 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 #E20244 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB226268-
CMYK00.990.700.11
HSL342.32º98.25%44.71%-
HSV(B)342.32º99.12%88.63%-
XYZ32.4316.636.97-
YUV76.5123.21234.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.35%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=76.35%
G=0.68%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22626800.990.700.11342.3298.2544.71
HexE224406346B156622d
Octal342210401431061352614255
Binary1110001010100010001100011100011010111010101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20244; }

 p { color: rgb(226,2,68); }

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

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

 a { background-color: rgb(226,2,68); }

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

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

 span { border-color: rgb(226,2,68); }

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