Color Hex Logo

#d9062e Color Hex

#D9062E
(217,6,46)
0 Favorites   0 Comments

Color spaces of #d9062e

RGB 217646
HSL0.970.950.44
HSV349°97°85°
CMYK 0.000.970.79   0.15
XYZ29.173515.07923.9577
Yxy15.07920.60510.3128
Hunter Lab38.831966.146821.1396
CIE-Lab45.742571.145640.2018

#d9062e color RGB value is (217,6,46).

#d9062e hex color red value is 217, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d9062e hue: 0.97 , saturation: 0.95 and the lightness value of d9062e is 0.44.

The process color (four color CMYK) of #d9062e color hex is 0.00, 0.97, 0.79, 0.15. Web safe color of #d9062e is #cc0033. Color #d9062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000110 00101110
Octal 331 6 56
Decimal 217 6 46
Hex D9 6 2E

RGB Percentages of Color #d9062e

%80.67
%2.23
%17.10

CMYK Percentages of Color #d9062e

%0
%97
%79
%15

Triadic Colors of #d9062e

#d9062e #2ed906 #062ed9

Analogous Colors of #d9062e

#d9062e #d94706 #d90698

Monochromatic Colors of #d9062e

#d9062e

Complementary Color

#d9062e #06d9b1

#d9062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9062e Color CSS Codes

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

#d9062e Text Font Color

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

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


#d9062e Background Color

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

This div background color is #d9062e


#d9062e Border Color

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

This div border color is #d9062e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,6,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9062e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9062e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9062e;
  box-shadow:         1px 1px 3px 2px #d9062e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9062e


Comments

No comments written yet.

Please login to write comment.