Color Hex Logo

#ce143d Color Hex

#CE143D
(206,20,61)
0 Favorites   0 Comments

Color spaces of #ce143d

RGB 2062061
HSL0.960.820.44
HSV347°90°81°
CMYK 0.000.900.70   0.19
XYZ26.546113.95905.7101
Yxy13.95900.57440.3020
Hunter Lab37.361761.444017.0918
CIE-Lab44.174167.460628.8870

#ce143d color RGB value is (206,20,61).

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

The process color (four color CMYK) of #ce143d color hex is 0.00, 0.90, 0.70, 0.19. Web safe color of #ce143d is #cc0033. Color #ce143d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 00111101
Octal 316 24 75
Decimal 206 20 61
Hex CE 14 3D

RGB Percentages of Color #ce143d

%71.78
%6.97
%21.25

CMYK Percentages of Color #ce143d

%0
%90
%70
%19

Triadic Colors of #ce143d

#ce143d #3dce14 #143dce

Analogous Colors of #ce143d

#ce143d #ce4814 #ce149a

Monochromatic Colors of #ce143d

#ce143d

Complementary Color

#ce143d #14cea5

#ce143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce143d Color CSS Codes

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

#ce143d Text Font Color

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

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


#ce143d Background Color

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

This div background color is #ce143d


#ce143d Border Color

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

This div border color is #ce143d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce143d


Comments

No comments written yet.

Please login to write comment.