#E3104B

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

Shades of Crimson #E3104B

Tints of Crimson #E3104B

Color information

#E3104B (or 0xE3104B) is unknown color: approx Crimson. HEX triplet: E3, 10 and 4B. RGB value is (227,16,75). Sum of RGB (Red+Green+Blue) = 227+16+75=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E3104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3104B is #1CEFB4. Grayscale: #555555. Windows color (decimal): -1896373 or 4919523. OLE color: 4919523.

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

Color convert

RGB2271675-
CMYK00.930.670.11
HSL343.22º86.83%47.65%-
HSV(B)343.22º92.95%89.02%-
XYZ33.1317.218.23-
YUV85.81121.9228.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=71.38%
G=5.03%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227167500.930.670.11343.2286.8347.65
HexE3104B05D43B1575730
Octal3432011301351031352712760
Binary1110001110000100101101011101100001110111010101111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3104B; }

 p { color: rgb(227,16,75); }

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

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

 a { background-color: rgb(227,16,75); }

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

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

 span { border-color: rgb(227,16,75); }

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