#E20F36

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

Shades of Crimson #E20F36

Tints of Crimson #E20F36

Color information

#E20F36 (or 0xE20F36) is unknown color: approx Crimson. HEX triplet: E2, 0F and 36. RGB value is (226,15,54). Sum of RGB (Red+Green+Blue) = 226+15+54=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F36 is #1DF0C9. Grayscale: #525252. Windows color (decimal): -1962186 or 3543010. OLE color: 3543010.

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

Color convert

RGB2261554-
CMYK00.930.760.11
HSL348.91º87.55%47.25%-
HSV(B)348.91º93.36%88.63%-
XYZ32.216.785.03-
YUV82.54111.9230.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.61%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=76.61%
G=5.08%
B=18.31%

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
Decimal226155400.930.760.11348.9187.5547.25
HexE2F3605D4CB15d582f
Octal342176601351141353513057
Binary11100010111111011001011101100110010111010111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F36; }

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

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

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

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

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

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

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

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