Color Hex Logo

#ca031d Color Hex

#CA031D
(202,3,29)
0 Favorites   0 Comments

Color spaces of #ca031d

RGB 202329
HSL0.980.970.40
HSV352°99°79°
CMYK 0.000.990.86   0.21
XYZ24.611512.71042.3186
Yxy12.71040.62090.3206
Hunter Lab35.651660.834021.1002
CIE-Lab42.323667.296245.1228

#ca031d color RGB value is (202,3,29).

#ca031d hex color red value is 202, green value is 3 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ca031d hue: 0.98 , saturation: 0.97 and the lightness value of ca031d is 0.40.

The process color (four color CMYK) of #ca031d color hex is 0.00, 0.99, 0.86, 0.21. Web safe color of #ca031d is #cc0033. Color #ca031d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000011 00011101
Octal 312 3 35
Decimal 202 3 29
Hex CA 3 1D

RGB Percentages of Color #ca031d

%86.32
%1.28
%12.39

CMYK Percentages of Color #ca031d

%0
%99
%86
%21

Triadic Colors of #ca031d

#ca031d #1dca03 #031dca

Analogous Colors of #ca031d

#ca031d #ca4c03 #ca0381

Monochromatic Colors of #ca031d

#ca031d

Complementary Color

#ca031d #03cab0

#ca031d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca031d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca031d Color CSS Codes

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

#ca031d Text Font Color

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

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


#ca031d Background Color

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

This div background color is #ca031d


#ca031d Border Color

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

This div border color is #ca031d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,3,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca031d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca031d;
  -webkit-box-shadow: 1px 1px 3px 2px #ca031d;
  box-shadow:         1px 1px 3px 2px #ca031d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,3,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca031d


Comments

No comments written yet.

Please login to write comment.