Color Hex Logo

#dc261b Color Hex

#DC261B
(220,38,27)
0 Favorites   0 Comments

Color spaces of #dc261b

RGB 2203827
HSL0.010.780.48
HSV88°86°
CMYK 0.000.830.88   0.14
XYZ30.406116.68102.6541
Yxy16.68100.61130.3354
Hunter Lab40.842461.414524.7368
CIE-Lab47.855666.722252.1063

#dc261b color RGB value is (220,38,27).

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

The process color (four color CMYK) of #dc261b color hex is 0.00, 0.83, 0.88, 0.14. Web safe color of #dc261b is #cc3333. Color #dc261b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100110 00011011
Octal 334 46 33
Decimal 220 38 27
Hex DC 26 1B

RGB Percentages of Color #dc261b

%77.19
%13.33
%9.47

CMYK Percentages of Color #dc261b

%0
%83
%88
%14

Triadic Colors of #dc261b

#dc261b #1bdc26 #261bdc

Analogous Colors of #dc261b

#dc261b #dc871b #dc1b71

Monochromatic Colors of #dc261b

#dc261b

Complementary Color

#dc261b #1bd1dc

#dc261b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc261b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc261b Color CSS Codes

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

#dc261b Text Font Color

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

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


#dc261b Background Color

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

This div background color is #dc261b


#dc261b Border Color

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

This div border color is #dc261b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc261b


Comments

No comments written yet.

Please login to write comment.