#E81132

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

Shades of Crimson #E81132

Tints of Crimson #E81132

Color information

#E81132 (or 0xE81132) is unknown color: approx Crimson. HEX triplet: E8, 11 and 32. RGB value is (232,17,50). Sum of RGB (Red+Green+Blue) = 232+17+50=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E81132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81132 is #17EECD. Grayscale: #555555. Windows color (decimal): -1568462 or 3281384. OLE color: 3281384.

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

Color convert

RGB2321750-
CMYK00.930.780.09
HSL350.79º86.35%48.82%-
HSV(B)350.79º92.67%90.98%-
XYZ34.0517.794.66-
YUV85.05108.23232.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 77.59%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=77.59%
G=5.69%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232175000.930.780.09350.7986.3548.82
HexE8113205D4E915f5631
Octal350216201351161153712661
Binary111010001000111001001011101100111010011010111111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81132; }

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

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

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

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

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

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

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

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