Color Hex Logo

#d6183a Color Hex

#D6183A
(214,24,58)
0 Favorites   0 Comments

Color spaces of #d6183a

RGB 2142458
HSL0.970.800.47
HSV349°89°84°
CMYK 0.000.890.73   0.16
XYZ28.821915.25495.4284
Yxy15.25490.58220.3081
Hunter Lab39.057563.370719.0999
CIE-Lab45.981468.755533.2549

#d6183a color RGB value is (214,24,58).

#d6183a hex color red value is 214, green value is 24 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d6183a hue: 0.97 , saturation: 0.80 and the lightness value of d6183a is 0.47.

The process color (four color CMYK) of #d6183a color hex is 0.00, 0.89, 0.73, 0.16. Web safe color of #d6183a is #cc0033. Color #d6183a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011000 00111010
Octal 326 30 72
Decimal 214 24 58
Hex D6 18 3A

RGB Percentages of Color #d6183a

%72.30
%8.11
%19.59

CMYK Percentages of Color #d6183a

%0
%89
%73
%16

Triadic Colors of #d6183a

#d6183a #3ad618 #183ad6

Analogous Colors of #d6183a

#d6183a #d65518 #d61899

Monochromatic Colors of #d6183a

#d6183a

Complementary Color

#d6183a #18d6b4

#d6183a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6183a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6183a Color CSS Codes

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

#d6183a Text Font Color

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

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


#d6183a Background Color

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

This div background color is #d6183a


#d6183a Border Color

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

This div border color is #d6183a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6183a


Comments

No comments written yet.

Please login to write comment.