Color Hex Logo

#e0273d Color Hex

#E0273D
(224,39,61)
0 Favorites   0 Comments

Color spaces of #e0273d

RGB 2243961
HSL0.980.750.52
HSV353°83°88°
CMYK 0.000.830.73   0.12
XYZ32.308317.63536.1160
Yxy17.63530.57630.3146
Hunter Lab41.994463.838420.7612
CIE-Lab49.050768.557835.5617

#e0273d color RGB value is (224,39,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100111 00111101
Octal 340 47 75
Decimal 224 39 61
Hex E0 27 3D

RGB Percentages of Color #e0273d

%69.14
%12.04
%18.83

CMYK Percentages of Color #e0273d

%0
%83
%73
%12

Triadic Colors of #e0273d

#e0273d #3de027 #273de0

Analogous Colors of #e0273d

#e0273d #e06e27 #e0279a

Monochromatic Colors of #e0273d

#e0273d

Complementary Color

#e0273d #27e0ca

#e0273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0273d Color CSS Codes

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

#e0273d Text Font Color

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

This sample text font color is #e0273d
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.


#e0273d Background Color

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

This div background color is #e0273d


#e0273d Border Color

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

This div border color is #e0273d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,39,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 #e0273d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0273d


Comments

No comments written yet.

Please login to write comment.