Color Hex Logo

#e1263d Color Hex

#E1263D
(225,38,61)
0 Favorites   0 Comments

Color spaces of #e1263d

RGB 2253861
HSL0.980.760.52
HSV353°83°88°
CMYK 0.000.830.73   0.12
XYZ32.586817.73076.1197
Yxy17.73070.57740.3142
Hunter Lab42.107864.450520.8586
CIE-Lab49.167869.052935.7481

#e1263d color RGB value is (225,38,61).

#e1263d hex color red value is 225, green value is 38 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e1263d hue: 0.98 , saturation: 0.76 and the lightness value of e1263d is 0.52.

The process color (four color CMYK) of #e1263d color hex is 0.00, 0.83, 0.73, 0.12. Web safe color of #e1263d is #cc3333. Color #e1263d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 00111101
Octal 341 46 75
Decimal 225 38 61
Hex E1 26 3D

RGB Percentages of Color #e1263d

%69.44
%11.73
%18.83

CMYK Percentages of Color #e1263d

%0
%83
%73
%12

Triadic Colors of #e1263d

#e1263d #3de126 #263de1

Analogous Colors of #e1263d

#e1263d #e16d26 #e1269b

Monochromatic Colors of #e1263d

#e1263d

Complementary Color

#e1263d #26e1ca

#e1263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1263d Color CSS Codes

.mybgcolor {background-color:#e1263d; } 
.myforecolor {color:#e1263d; }
.mybordercolor {border:3px solid #e1263d; }

#e1263d Text Font Color

<p style="color:#e1263d">Text here</p>

This sample text font color is #e1263d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e1263d Background Color

<div style="background-color:#e1263d">
Div content here</div>

This div background color is #e1263d


#e1263d Border Color

<div style="border:3px solid #e1263d">
Div here</div>

This div border color is #e1263d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,38,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1263d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1263d;
  -webkit-box-shadow: 1px 1px 3px 2px #e1263d;
  box-shadow:         1px 1px 3px 2px #e1263d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,38,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1263d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1263d;
  -webkit-box-shadow: 1px 1px 3px 2px #e1263d;
  box-shadow:         1px 1px 3px 2px #e1263d;">
Div content here</div>

This div box has shadow with color #e1263d


Comments

No comments written yet.

Please login to write comment.