Color Hex Logo

#d61930 Color Hex

#D61930
(214,25,48)
0 Favorites   0 Comments

Color spaces of #d61930

RGB 2142548
HSL0.980.790.47
HSV353°88°84°
CMYK 0.000.880.78   0.16
XYZ28.612715.20484.2231
Yxy15.20480.59560.3165
Hunter Lab38.993362.742220.8740
CIE-Lab45.913468.233639.0475

#d61930 color RGB value is (214,25,48).

#d61930 hex color red value is 214, green value is 25 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d61930 hue: 0.98 , saturation: 0.79 and the lightness value of d61930 is 0.47.

The process color (four color CMYK) of #d61930 color hex is 0.00, 0.88, 0.78, 0.16. Web safe color of #d61930 is #cc0033. Color #d61930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011001 00110000
Octal 326 31 60
Decimal 214 25 48
Hex D6 19 30

RGB Percentages of Color #d61930

%74.56
%8.71
%16.72

CMYK Percentages of Color #d61930

%0
%88
%78
%16

Triadic Colors of #d61930

#d61930 #30d619 #1930d6

Analogous Colors of #d61930

#d61930 #d66119 #d6198f

Monochromatic Colors of #d61930

#d61930

Complementary Color

#d61930 #19d6bf

#d61930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61930 Color CSS Codes

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

#d61930 Text Font Color

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

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


#d61930 Background Color

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

This div background color is #d61930


#d61930 Border Color

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

This div border color is #d61930


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,25,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d61930; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d61930;
  -webkit-box-shadow: 1px 1px 3px 2px #d61930;
  box-shadow:         1px 1px 3px 2px #d61930; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,25,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61930


Comments

No comments written yet.

Please login to write comment.