#e50f41

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

Shades of Crimson #E50F41

Tints of Crimson #E50F41

Color information

#E50F41 (or 0xE50F41) is unknown color: approx Crimson. HEX triplet: E5, 0F and 41. RGB value is (229,15,65). Sum of RGB (Red+Green+Blue) = 229+15+65=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F41 is #1AF0BE. Grayscale: #545454. Windows color (decimal): -1765567 or 4263909. OLE color: 4263909.

HSL color Cylindrical-coordinate representation of color #E50F41: hue angle of 345.98º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F41 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2291565-
CMYK00.930.720.10
HSL345.98º87.7%47.84%-
HSV(B)345.98º93.45%89.8%-
XYZ33.4417.386.59-
YUV84.69116.9230.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 74.11%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=74.11%
G=4.85%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229156500.930.720.10345.9887.747.84
HexE5F4105D48A15a5830
Octal3451710101351101253213060
Binary111001011111100000101011101100100010101010110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50f41; }

 p { color: rgb(229,15,65); }

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

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

 a { background-color: rgb(229,15,65); }

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

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

 span { border-color: rgb(229,15,65); }

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