COLOR #CA1425

HEX: #CA1425 RGB: (202,20,37)

Color info

#CA1425 contains mainly red color. Web safe color of #CA1425 is #CC0033 (or #C03).

RGB color model

#CA1425 color RGB value is (202,20,37).

RGB: (202,20,37) (79%, 8%, 15%)

RGB channels and saturation

R 202 of 255 = 79%
G 20 of 255 = 8%
B 37 of 255 = 15%

202
20
37

R + G + B ~ 34%. #CA1425 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 202 + 20 + 37 = 259 (100%)
R 202 of 259 ~ 77.99%
G 20 of 259 ~ 7.72%
B 37 of 259 ~ 14.29'%

%77.99
%14.29

CMYK color model

#CA1425 color CMYK value is (0,90,82,21).

  • cyan value is 0.00%
  • magenta value is 90.10%
  • yellow value is 81.68%
  • key color value is 20.78%
CMYK: (0,90,82,21) C0M90Y82K21 (0%,90%,82%,21%) (0.00/0.90/0.82/0.21) 

CMYK percentages

%0
%90.1
%81.68
%20.78

Codes

Color #CA1425 in popluar color models

CA 14 25
RGB 202 20 37
HSL 354° 81.98% 43.53%
HSB/HSV 354° 90.10% 79.22%
CMYK 0.00% 90.10% 81.68%
20.78%

Color #CA1425 in popluar number systems.

HEX CA 14 25
Decimal 202 20 37
Binary 11001010 10100 100101
Octal 312 24 45

Shades and tints

Shades of #CA1425

#CA1425
(202,20,37)
#B81322
(184,19,34)
#A6121F
(166,18,31)
#94111C
(148,17,28)
#821019
(130,16,25)
#700F16
(112,15,22)
#5E0E13
(94,14,19)
#4C0D10
(76,13,16)
#3A0C0D
(58,12,13)
#280B0A
(40,11,10)
#160A07
(22,10,7)
#000000
(0,0,0)

Tints of #CA1425

#CA1425
(202,20,37)
#CE2938
(206,41,56)
#D23E4B
(210,62,75)
#D6535E
(214,83,94)
#DA6871
(218,104,113)
#DE7D84
(222,125,132)
#E29297
(226,146,151)
#E6A7AA
(230,167,170)
#EABCBD
(234,188,189)
#EED1D0
(238,209,208)
#F2E6E3
(242,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA1425 color. Also use rgb(202,20,37) instead hex code.

Text Font Color

.myTextColor { color: #CA1425; }

<p style="color:#CA1425">This sample text font color is #CA1425.</p>

This text font color is #CA1425.

Background Color

.myBgColor { background-color: #CA1425; }

<div style="background-color:#CA1425">Inner text</div>

This div background color is #CA1425.

Border color

.myBorderColor { border: 1px solid #CA1425; }

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

This div border color is #CA1425.

Opacity

.myOpacity80 { color: #CA1425; opacity: 0.8; }

<p style="color:#CA1425;opacity:0.8;">80%</p>

Text with #CA1425 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CA1425;}

<p style="text-shadow: 3px 3px 1px #CA1425">Text here.</p>

This text has shadow with #CA1425 color.


.textShadow {text-shadow: 3px 3px 1px #CA1425', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CA1425, 5px 5px 20px red">Text here.</p>

This text has shadow with #CA1425 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CA1425, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CA1425, Direction=45, Strength=4)">Text</p>

This text has shadow with #CA1425 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CA1425;
-webkit-box-shadow: 1px 1px 3px 2px #CA1425;
box-shadow: 1px 1px 3px 2px #CA1425;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CA1425; -webkit-box-shadow: 1px 1px 3px 2px #CA1425; box-shadow:1px 1px 3px 2px #CA1425;">
Div content here
</div>

This div box has shadow with color #CA1425.

Preview

Color preview on black background

This text has color #CA1425 on black background.


Color preview on white background

This text has color #CA1425 on white background.


Black color preview on #CA1425 background

This text has black color on #CA1425 background.


White color preview on #CA1425 background

This text has white color on #CA1425 background.


Related colors

Complementary color

Complementary color for #hex is #35EBDA.


I love getcolorcode.com

Triadic colors

1 #25CA14 and #1425CA with #CA1425 are triadic colors.

2 #2514CA and #14CA25 with #CA1425 are triadic colors.