#E20F37

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

Shades of Crimson #E20F37

Tints of Crimson #E20F37

Color information

#E20F37 (or 0xE20F37) is unknown color: approx Crimson. HEX triplet: E2, 0F and 37. RGB value is (226,15,55). Sum of RGB (Red+Green+Blue) = 226+15+55=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F37 is #1DF0C8. Grayscale: #525252. Windows color (decimal): -1962185 or 3608546. OLE color: 3608546.

HSL color Cylindrical-coordinate representation of color #E20F37: hue angle of 348.63º 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 #E20F37 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB2261555-
CMYK00.930.760.11
HSL348.63º87.55%47.25%-
HSV(B)348.63º93.36%88.63%-
XYZ32.2216.795.16-
YUV82.65112.4230.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.35%
GREEN value IS 15 (6.25% from 255) = 5.07%
BLUE value IS 55 (21.88% from 255) = 18.58%
R=76.35%
G=5.07%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226155500.930.760.11348.6387.5547.25
HexE2F3705D4CB15d582f
Octal342176701351141353513057
Binary11100010111111011101011101100110010111010111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F37; }

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

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

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

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

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

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

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

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