#E20146

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

Shades of Crimson #E20146

Tints of Crimson #E20146

Color information

#E20146 (or 0xE20146) is unknown color: approx Crimson. HEX triplet: E2, 01 and 46. RGB value is (226,1,70). Sum of RGB (Red+Green+Blue) = 226+1+70=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E20146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20146 is #1DFEB9. Grayscale: #4C4C4C. Windows color (decimal): -1965754 or 4588002. OLE color: 4588002.

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

Color convert

RGB226170-
CMYK01.000.690.11
HSL341.6º99.12%44.51%-
HSV(B)341.6º99.56%88.63%-
XYZ32.4816.637.29-
YUV76.14124.54234.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.09%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=76.09%
G=0.34%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617001.000.690.11341.699.1244.51
HexE214606445B156632d
Octal342110601441051352614355
Binary111000101100011001100100100010110111010101101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20146; }

 p { color: rgb(226,1,70); }

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

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

 a { background-color: rgb(226,1,70); }

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

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

 span { border-color: rgb(226,1,70); }

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