Color Hex Logo

#d63120 Color Hex

#D63120
(214,49,32)
0 Favorites   0 Comments

Color spaces of #d63120

RGB 2144932
HSL0.020.740.48
HSV85°84°
CMYK 0.000.770.85   0.16
XYZ29.090616.59713.0368
Yxy16.59710.59700.3406
Hunter Lab40.739556.166124.0981
CIE-Lab47.748362.180049.2584

#d63120 color RGB value is (214,49,32).

#d63120 hex color red value is 214, green value is 49 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d63120 hue: 0.02 , saturation: 0.74 and the lightness value of d63120 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110001 00100000
Octal 326 61 40
Decimal 214 49 32
Hex D6 31 20

RGB Percentages of Color #d63120

%72.54
%16.61
%10.85

CMYK Percentages of Color #d63120

%0
%77
%85
%16

Triadic Colors of #d63120

#d63120 #20d631 #3120d6

Analogous Colors of #d63120

#d63120 #d68c20 #d6206a

Monochromatic Colors of #d63120

#d63120

Complementary Color

#d63120 #20c5d6

#d63120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63120 Color CSS Codes

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

#d63120 Text Font Color

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

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


#d63120 Background Color

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

This div background color is #d63120


#d63120 Border Color

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

This div border color is #d63120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63120


Comments

No comments written yet.

Please login to write comment.