Color Hex Logo

#d6261b Color Hex

#D6261B
(214,38,27)
0 Favorites   0 Comments

Color spaces of #d6261b

RGB 2143827
HSL0.010.780.47
HSV87°84°
CMYK 0.000.820.87   0.16
XYZ28.622515.76152.5706
Yxy15.76150.60960.3357
Hunter Lab39.700859.214323.9515
CIE-Lab46.660065.053850.6597

#d6261b color RGB value is (214,38,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100110 00011011
Octal 326 46 33
Decimal 214 38 27
Hex D6 26 1B

RGB Percentages of Color #d6261b

%76.70
%13.62
%9.68

CMYK Percentages of Color #d6261b

%0
%82
%87
%16

Triadic Colors of #d6261b

#d6261b #1bd626 #261bd6

Analogous Colors of #d6261b

#d6261b #d6841b #d61b6e

Monochromatic Colors of #d6261b

#d6261b

Complementary Color

#d6261b #1bcbd6

#d6261b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6261b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6261b Color CSS Codes

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

#d6261b Text Font Color

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

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


#d6261b Background Color

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

This div background color is #d6261b


#d6261b Border Color

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

This div border color is #d6261b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6261b


Comments

No comments written yet.

Please login to write comment.