Html Css Color HEX #CA114A Cardinal

📋 copy color: '#CA114A'

red 202 ◦ green 17 ◦ blue 74

#CA114A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA114A

Tints of Cardinal #CA114A

RGB

 RED value IS 202 (79.3% from 255) = 68.94%

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 68.94%
G = 5.8%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA114A (or 0xCA114A) is known color: Cardinal. HEX triplet: CA, 11 and 4A. RGB value is (202,17,74). Sum of RGB (Red+Green+Blue) = 202+17+74=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA114A is #35EEB5. Grayscale: #4E4E4E. Windows color (decimal): -3534518 or 4854218. OLE color: 4854218.

HSL color Cylindrical-coordinate representation of color #CA114A: hue angle of 341.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA114A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 74 -
CMYK 0 0.92 0.63 0.21
HSL 341.51º 0.84% 0.43% -
HSV(B) 341.51º 0.92% 0.79% -
XYZ 25.79 13.45 7.72 -
YUV 78.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 202 17 74 0 0.92 0.63 0.21 341.51 0.84 0.43
Hex CA 11 4A 0 5C 3F 15 156 54 2B
Octal 312 21 112 0 134 77 25 526 124 53
Binary 11001010 10001 1001010 0 1011100 111111 10101 101010110 1010100 101011

Color Harmonies of #CA114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA114A

Black with #CA114A

Text Example


Text Example

White with #CA114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA114A; }

 p { color: rgb(202,17,74); }

 H1.HeaderClassName
 {
   color: #CA114A;
 }
 .AnyTagClassName
 {
   color: #CA114A;
 }
</style>

background-color css

<style>
 a { background-color: #CA114A; }

 a { background-color: rgb(202,17,74); }

 div.DivClassName
 {
   background-color: #CA114A;
 }
 .BgClassName
 {
   background-color: #CA114A;
 }
</style>

border-color css

<style>
 span { border-color: #CA114A; }

 span { border-color: rgb(202,17,74); }

 td.TdClassName
 {
   border-color: #CA114A;
 }
 .TagClassName
 {
   border-color: #CA114A;
 }
</style>