Color Hex Logo

#d6281b Color Hex

#D6281B
(214,40,27)
0 Favorites   0 Comments

Color spaces of #d6281b

RGB 2144027
HSL0.010.780.47
HSV87°84°
CMYK 0.000.810.87   0.16
XYZ28.688215.89292.5925
Yxy15.89290.60810.3369
Hunter Lab39.865958.686424.0505
CIE-Lab46.833764.561650.7966

#d6281b color RGB value is (214,40,27).

#d6281b hex color red value is 214, green value is 40 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d6281b hue: 0.01 , saturation: 0.78 and the lightness value of d6281b is 0.47.

The process color (four color CMYK) of #d6281b color hex is 0.00, 0.81, 0.87, 0.16. Web safe color of #d6281b is #cc3333. Color #d6281b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101000 00011011
Octal 326 50 33
Decimal 214 40 27
Hex D6 28 1B

RGB Percentages of Color #d6281b

%76.16
%14.23
%9.61

CMYK Percentages of Color #d6281b

%0
%81
%87
%16

Triadic Colors of #d6281b

#d6281b #1bd628 #281bd6

Analogous Colors of #d6281b

#d6281b #d6861b #d61b6c

Monochromatic Colors of #d6281b

#d6281b

Complementary Color

#d6281b #1bc9d6

#d6281b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6281b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6281b Color CSS Codes

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

#d6281b Text Font Color

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

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


#d6281b Background Color

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

This div background color is #d6281b


#d6281b Border Color

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

This div border color is #d6281b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6281b


Comments

No comments written yet.

Please login to write comment.