Color Hex Logo

#d14b2a Color Hex

#D14B2A
(209,75,42)
0 Favorites   0 Comments

Color spaces of #d14b2a

RGB 2097542
HSL0.030.670.49
HSV12°80°82°
CMYK 0.000.640.80   0.18
XYZ29.228518.75464.2700
Yxy18.75460.55940.3589
Hunter Lab43.306644.686824.4687
CIE-Lab50.398951.286846.5313

#d14b2a color RGB value is (209,75,42).

#d14b2a hex color red value is 209, green value is 75 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d14b2a hue: 0.03 , saturation: 0.67 and the lightness value of d14b2a is 0.49.

The process color (four color CMYK) of #d14b2a color hex is 0.00, 0.64, 0.80, 0.18. Web safe color of #d14b2a is #cc3333. Color #d14b2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001011 00101010
Octal 321 113 52
Decimal 209 75 42
Hex D1 4B 2A

RGB Percentages of Color #d14b2a

%64.11
%23.01
%12.88

CMYK Percentages of Color #d14b2a

%0
%64
%80
%18

Triadic Colors of #d14b2a

#d14b2a #2ad14b #4b2ad1

Analogous Colors of #d14b2a

#d14b2a #d19f2a #d12a5c

Monochromatic Colors of #d14b2a

#d14b2a

Complementary Color

#d14b2a #2ab0d1

#d14b2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14b2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14b2a Color CSS Codes

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

#d14b2a Text Font Color

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

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


#d14b2a Background Color

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

This div background color is #d14b2a


#d14b2a Border Color

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

This div border color is #d14b2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,75,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d14b2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d14b2a;
  -webkit-box-shadow: 1px 1px 3px 2px #d14b2a;
  box-shadow:         1px 1px 3px 2px #d14b2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,75,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14b2a


Comments

No comments written yet.

Please login to write comment.