Color Hex Logo

#dd121b Color Hex

#DD121B
(221,18,27)
0 Favorites   0 Comments

Color spaces of #dd121b

RGB 2211827
HSL0.990.850.47
HSV357°92°87°
CMYK 0.000.920.88   0.13
XYZ30.232915.88392.5094
Yxy15.88390.62170.3267
Hunter Lab39.854665.660924.1651
CIE-Lab46.821870.527551.3976

#dd121b color RGB value is (221,18,27).

#dd121b hex color red value is 221, green value is 18 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dd121b hue: 0.99 , saturation: 0.85 and the lightness value of dd121b is 0.47.

The process color (four color CMYK) of #dd121b color hex is 0.00, 0.92, 0.88, 0.13. Web safe color of #dd121b is #cc0033. Color #dd121b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010010 00011011
Octal 335 22 33
Decimal 221 18 27
Hex DD 12 1B

RGB Percentages of Color #dd121b

%83.08
%6.77
%10.15

CMYK Percentages of Color #dd121b

%0
%92
%88
%13

Triadic Colors of #dd121b

#dd121b #1bdd12 #121bdd

Analogous Colors of #dd121b

#dd121b #dd6f12 #dd1281

Monochromatic Colors of #dd121b

#dd121b

Complementary Color

#dd121b #12ddd4

#dd121b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd121b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd121b Color CSS Codes

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

#dd121b Text Font Color

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

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


#dd121b Background Color

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

This div background color is #dd121b


#dd121b Border Color

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

This div border color is #dd121b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd121b


Comments

No comments written yet.

Please login to write comment.