color codes Logo

#ca1e1f color codes

#CA1E1F
(202,30,31)
0 Favorites   0 Comments

Color spaces of #ca1e1f

RGB 2023031
HSL1.000.740.45
HSV360°85°79°
CMYK 0.000.850.85   0.21
XYZ25.068713.58402.5970
Yxy13.58400.60770.3293
Hunter Lab36.856556.911621.6218
CIE-Lab43.630363.625145.2403

#ca1e1f color RGB value is (202,30,31).

#ca1e1f hex color red value is 202, green value is 30 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ca1e1f hue: 1.00 , saturation: 0.74 and the lightness value of ca1e1f is 0.45.

The process color (four color CMYK) of #ca1e1f color code is 0.00, 0.85, 0.85, 0.21. Web safe color of #ca1e1f is #cc3333. Color #ca1e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011110 00011111
Octal 312 36 37
Decimal 202 30 31
Hex CA 1E 1F

RGB Percentages of Color #ca1e1f

%76.81
%11.41
%11.79

CMYK Percentages of Color #ca1e1f

%0
%85
%85
%21

Triadic Colors of #ca1e1f

#ca1e1f #1fca1e #1e1fca

Analogous Colors of #ca1e1f

#ca1e1f #ca731e #ca1e75

Monochromatic Colors of #ca1e1f

#ca1e1f

Complementary Color

#ca1e1f #1ecac9

#ca1e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1e1f Color CSS Codes

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

#ca1e1f Text Font Color

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

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


#ca1e1f Background Color

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

This div background color is #ca1e1f


#ca1e1f Border Color

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

This div border color is #ca1e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1e1f


Comments

No comments written yet.

Please login to write comment.