#E20A2C

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

Shades of Crimson #E20A2C

Tints of Crimson #E20A2C

Color information

#E20A2C (or 0xE20A2C) is unknown color: approx Crimson. HEX triplet: E2, 0A and 2C. RGB value is (226,10,44). Sum of RGB (Red+Green+Blue) = 226+10+44=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A2C is #1DF5D3. Grayscale: #4E4E4E. Windows color (decimal): -1963476 or 2886370. OLE color: 2886370.

HSL color Cylindrical-coordinate representation of color #E20A2C: hue angle of 350.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A2C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2261044-
CMYK00.960.810.11
HSL350.56º91.53%46.27%-
HSV(B)350.56º95.58%88.63%-
XYZ31.9316.573.9-
YUV78.46108.56233.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 80.71%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=80.71%
G=3.57%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226104400.960.810.11350.5691.5346.27
HexE2A2C06051B15f5c2e
Octal342125401401211353713456
Binary11100010101010110001100000101000110111010111111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20A2C; }

 p { color: rgb(226,10,44); }

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

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

 a { background-color: rgb(226,10,44); }

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

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

 span { border-color: rgb(226,10,44); }

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