Color Hex Logo

#d6272d Color Hex

#D6272D
(214,39,45)
0 Favorites   0 Comments

Color spaces of #d6272d

RGB 2143945
HSL0.990.690.50
HSV358°82°84°
CMYK 0.000.820.79   0.16
XYZ28.930715.93664.0339
Yxy15.93660.59160.3259
Hunter Lab39.920759.498621.9533
CIE-Lab46.891265.255941.7598

#d6272d color RGB value is (214,39,45).

#d6272d hex color red value is 214, green value is 39 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d6272d hue: 0.99 , saturation: 0.69 and the lightness value of d6272d is 0.50.

The process color (four color CMYK) of #d6272d color hex is 0.00, 0.82, 0.79, 0.16. Web safe color of #d6272d is #cc3333. Color #d6272d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100111 00101101
Octal 326 47 55
Decimal 214 39 45
Hex D6 27 2D

RGB Percentages of Color #d6272d

%71.81
%13.09
%15.10

CMYK Percentages of Color #d6272d

%0
%82
%79
%16

Triadic Colors of #d6272d

#d6272d #2dd627 #272dd6

Analogous Colors of #d6272d

#d6272d #d67927 #d62785

Monochromatic Colors of #d6272d

#d6272d

Complementary Color

#d6272d #27d6d0

#d6272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6272d Color CSS Codes

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

#d6272d Text Font Color

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

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


#d6272d Background Color

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

This div background color is #d6272d


#d6272d Border Color

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

This div border color is #d6272d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,39,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 #d6272d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6272d


Comments

No comments written yet.

Please login to write comment.