Color Hex Logo

#d5281f Color Hex

#D5281F
(213,40,31)
0 Favorites   0 Comments

Color spaces of #d5281f

RGB 2134031
HSL0.010.750.48
HSV85°84°
CMYK 0.000.810.85   0.16
XYZ28.446715.76262.8395
Yxy15.76260.60460.3350
Hunter Lab39.702158.417023.5511
CIE-Lab46.661564.360048.7276

#d5281f color RGB value is (213,40,31).

#d5281f hex color red value is 213, green value is 40 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d5281f hue: 0.01 , saturation: 0.75 and the lightness value of d5281f is 0.48.

The process color (four color CMYK) of #d5281f color hex is 0.00, 0.81, 0.85, 0.16. Web safe color of #d5281f is #cc3333. Color #d5281f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101000 00011111
Octal 325 50 37
Decimal 213 40 31
Hex D5 28 1F

RGB Percentages of Color #d5281f

%75.00
%14.08
%10.92

CMYK Percentages of Color #d5281f

%0
%81
%85
%16

Triadic Colors of #d5281f

#d5281f #1fd528 #281fd5

Analogous Colors of #d5281f

#d5281f #d5831f #d51f71

Monochromatic Colors of #d5281f

#d5281f

Complementary Color

#d5281f #1fccd5

#d5281f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5281f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5281f Color CSS Codes

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

#d5281f Text Font Color

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

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


#d5281f Background Color

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

This div background color is #d5281f


#d5281f Border Color

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

This div border color is #d5281f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,40,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5281f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5281f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5281f;
  box-shadow:         1px 1px 3px 2px #d5281f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,40,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5281f


Comments

No comments written yet.

Please login to write comment.