Color Hex Logo

#d71935 Color Hex

#D71935
(215,25,53)
0 Favorites   0 Comments

Color spaces of #d71935

RGB 2152553
HSL0.980.790.47
HSV351°88°84°
CMYK 0.000.880.75   0.16
XYZ29.014615.39944.8113
Yxy15.39940.58940.3128
Hunter Lab39.242163.304820.2002
CIE-Lab46.176568.661636.4935

#d71935 color RGB value is (215,25,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 00110101
Octal 327 31 65
Decimal 215 25 53
Hex D7 19 35

RGB Percentages of Color #d71935

%73.38
%8.53
%18.09

CMYK Percentages of Color #d71935

%0
%88
%75
%16

Triadic Colors of #d71935

#d71935 #35d719 #1935d7

Analogous Colors of #d71935

#d71935 #d75c19 #d71994

Monochromatic Colors of #d71935

#d71935

Complementary Color

#d71935 #19d7bb

#d71935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71935 Color CSS Codes

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

#d71935 Text Font Color

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

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


#d71935 Background Color

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

This div background color is #d71935


#d71935 Border Color

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

This div border color is #d71935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71935


Comments

No comments written yet.

Please login to write comment.