Color Hex Logo

#d50421 Color Hex

#D50421
(213,4,33)
0 Favorites   0 Comments

Color spaces of #d50421

RGB 213433
HSL0.980.960.43
HSV352°98°84°
CMYK 0.000.980.85   0.16
XYZ27.758514.34282.7442
Yxy14.34280.61900.3198
Hunter Lab37.871964.557222.2142
CIE-Lab44.720670.006746.0523

#d50421 color RGB value is (213,4,33).

#d50421 hex color red value is 213, green value is 4 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d50421 hue: 0.98 , saturation: 0.96 and the lightness value of d50421 is 0.43.

The process color (four color CMYK) of #d50421 color hex is 0.00, 0.98, 0.85, 0.16. Web safe color of #d50421 is #cc0033. Color #d50421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000100 00100001
Octal 325 4 41
Decimal 213 4 33
Hex D5 4 21

RGB Percentages of Color #d50421

%85.20
%1.60
%13.20

CMYK Percentages of Color #d50421

%0
%98
%85
%16

Triadic Colors of #d50421

#d50421 #21d504 #0421d5

Analogous Colors of #d50421

#d50421 #d55004 #d5048a

Monochromatic Colors of #d50421

#d50421

Complementary Color

#d50421 #04d5b8

#d50421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50421 Color CSS Codes

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

#d50421 Text Font Color

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

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


#d50421 Background Color

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

This div background color is #d50421


#d50421 Border Color

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

This div border color is #d50421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50421


Comments

No comments written yet.

Please login to write comment.