Color Hex Logo

#cd141a Color Hex

#CD141A
(205,20,26)
0 Favorites   0 Comments

Color spaces of #cd141a

RGB 2052026
HSL0.990.820.44
HSV358°90°80°
CMYK 0.000.900.87   0.20
XYZ25.613413.55402.2435
Yxy13.55400.61850.3273
Hunter Lab36.815859.758222.1580
CIE-Lab43.586466.120247.9051

#cd141a color RGB value is (205,20,26).

#cd141a hex color red value is 205, green value is 20 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cd141a hue: 0.99 , saturation: 0.82 and the lightness value of cd141a is 0.44.

The process color (four color CMYK) of #cd141a color hex is 0.00, 0.90, 0.87, 0.20. Web safe color of #cd141a is #cc0033. Color #cd141a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 00011010
Octal 315 24 32
Decimal 205 20 26
Hex CD 14 1A

RGB Percentages of Color #cd141a

%81.67
%7.97
%10.36

CMYK Percentages of Color #cd141a

%0
%90
%87
%20

Triadic Colors of #cd141a

#cd141a #1acd14 #141acd

Analogous Colors of #cd141a

#cd141a #cd6b14 #cd1477

Monochromatic Colors of #cd141a

#cd141a

Complementary Color

#cd141a #14cdc7

#cd141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd141a Color CSS Codes

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

#cd141a Text Font Color

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

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


#cd141a Background Color

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

This div background color is #cd141a


#cd141a Border Color

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

This div border color is #cd141a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,20,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd141a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd141a;
  -webkit-box-shadow: 1px 1px 3px 2px #cd141a;
  box-shadow:         1px 1px 3px 2px #cd141a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,20,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd141a


Comments

No comments written yet.

Please login to write comment.