color codes Logo

#d63a2d color codes

#D63A2D
(214,58,45)
0 Favorites   0 Comments

Color spaces of #d63a2d

RGB 2145845
HSL0.010.670.51
HSV79°84°
CMYK 0.000.730.79   0.16
XYZ29.718317.51174.2964
Yxy17.51170.57680.3399
Hunter Lab41.847053.532423.2056
CIE-Lab48.898459.629043.8046

#d63a2d color RGB value is (214,58,45).

#d63a2d hex color red value is 214, green value is 58 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d63a2d hue: 0.01 , saturation: 0.67 and the lightness value of d63a2d is 0.51.

The process color (four color CMYK) of #d63a2d color code is 0.00, 0.73, 0.79, 0.16. Web safe color of #d63a2d is #cc3333. Color #d63a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111010 00101101
Octal 326 72 55
Decimal 214 58 45
Hex D6 3A 2D

RGB Percentages of Color #d63a2d

%67.51
%18.30
%14.20

CMYK Percentages of Color #d63a2d

%0
%73
%79
%16

Triadic Colors of #d63a2d

#d63a2d #2dd63a #3a2dd6

Analogous Colors of #d63a2d

#d63a2d #d68f2d #d62d75

Monochromatic Colors of #d63a2d

#d63a2d

Complementary Color

#d63a2d #2dc9d6

#d63a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63a2d Color CSS Codes

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

#d63a2d Text Font Color

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

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


#d63a2d Background Color

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

This div background color is #d63a2d


#d63a2d Border Color

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

This div border color is #d63a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63a2d


Comments

No comments written yet.

Please login to write comment.