#E50F3D

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

Shades of Crimson #E50F3D

Tints of Crimson #E50F3D

Color information

#E50F3D (or 0xE50F3D) is unknown color: approx Crimson. HEX triplet: E5, 0F and 3D. RGB value is (229,15,61). Sum of RGB (Red+Green+Blue) = 229+15+61=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F3D is #1AF0C2. Grayscale: #545454. Windows color (decimal): -1765571 or 4001765. OLE color: 4001765.

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

Color convert

RGB2291561-
CMYK00.930.730.10
HSL347.1º87.7%47.84%-
HSV(B)347.1º93.45%89.8%-
XYZ33.3317.346-
YUV84.23114.9231.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 75.08%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 61 (24.22% from 255) = 20%
R=75.08%
G=4.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229156100.930.730.10347.187.747.84
HexE5F3D05D49A15b5830
Octal345177501351111253313060
Binary11100101111111110101011101100100110101010110111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50F3D; }

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

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

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

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

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

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

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

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