#E20F40

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

Shades of Crimson #E20F40

Tints of Crimson #E20F40

Color information

#E20F40 (or 0xE20F40) is unknown color: approx Crimson. HEX triplet: E2, 0F and 40. RGB value is (226,15,64). Sum of RGB (Red+Green+Blue) = 226+15+64=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F40 is #1DF0BF. Grayscale: #535353. Windows color (decimal): -1962176 or 4198370. OLE color: 4198370.

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

Color convert

RGB2261564-
CMYK00.930.720.11
HSL346.07º87.55%47.25%-
HSV(B)346.07º93.36%88.63%-
XYZ32.4616.886.4-
YUV83.68116.9229.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.10%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=74.10%
G=4.92%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226156400.930.720.11346.0787.5547.25
HexE2F4005D48B15a582f
Octal3421710001351101353213057
Binary111000101111100000001011101100100010111010110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F40; }

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

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

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

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

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

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

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

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