#E20E28

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

Shades of Crimson #E20E28

Tints of Crimson #E20E28

Color information

#E20E28 (or 0xE20E28) is unknown color: approx Crimson. HEX triplet: E2, 0E and 28. RGB value is (226,14,40). Sum of RGB (Red+Green+Blue) = 226+14+40=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E28 is #1DF1D7. Grayscale: #505050. Windows color (decimal): -1962456 or 2625250. OLE color: 2625250.

HSL color Cylindrical-coordinate representation of color #E20E28: hue angle of 352.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E28 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB2261440-
CMYK00.940.820.11
HSL352.64º88.33%47.06%-
HSV(B)352.64º93.81%88.63%-
XYZ31.916.643.54-
YUV80.35105.24231.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 80.71%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=80.71%
G=5%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226144000.940.820.11352.6488.3347.06
HexE2E2805E52B161582f
Octal342165001361221354113057
Binary11100010111010100001011110101001010111011000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20E28; }

 p { color: rgb(226,14,40); }

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

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

 a { background-color: rgb(226,14,40); }

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

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

 span { border-color: rgb(226,14,40); }

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