#E81139

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

Shades of Crimson #E81139

Tints of Crimson #E81139

Color information

#E81139 (or 0xE81139) is unknown color: approx Crimson. HEX triplet: E8, 11 and 39. RGB value is (232,17,57). Sum of RGB (Red+Green+Blue) = 232+17+57=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E81139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81139 is #17EEC6. Grayscale: #555555. Windows color (decimal): -1568455 or 3740136. OLE color: 3740136.

HSL color Cylindrical-coordinate representation of color #E81139: hue angle of 348.84º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81139 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB2321757-
CMYK00.930.750.09
HSL348.84º86.35%48.82%-
HSV(B)348.84º92.67%90.98%-
XYZ34.2217.855.51-
YUV85.84111.73232.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 75.82%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=75.82%
G=5.56%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232175700.930.750.09348.8486.3548.82
HexE8113905D4B915d5631
Octal350217101351131153512661
Binary111010001000111100101011101100101110011010111011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81139; }

 p { color: rgb(232,17,57); }

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

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

 a { background-color: rgb(232,17,57); }

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

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

 span { border-color: rgb(232,17,57); }

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