Html Css Color HEX #CA144C Cardinal

📋 copy color: '#CA144C'

red 202 ◦ green 20 ◦ blue 76

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

Shades of Cardinal #CA144C

Tints of Cardinal #CA144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 67.79%
G = 6.71%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA144C (or 0xCA144C) is known color: Cardinal. HEX triplet: CA, 14 and 4C. RGB value is (202,20,76). Sum of RGB (Red+Green+Blue) = 202+20+76=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA144C is #35EBB3. Grayscale: #505050. Windows color (decimal): -3533748 or 4986058. OLE color: 4986058.

HSL color Cylindrical-coordinate representation of color #CA144C: hue angle of 341.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA144C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 76 -
CMYK 0 0.90 0.62 0.21
HSL 341.54º 0.82% 0.44% -
HSV(B) 341.54º 0.9% 0.79% -
XYZ 25.91 13.58 8.09 -
YUV 80.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 202 20 76 0 0.90 0.62 0.21 341.54 0.82 0.44
Hex CA 14 4C 0 5A 3E 15 156 52 2C
Octal 312 24 114 0 132 76 25 526 122 54
Binary 11001010 10100 1001100 0 1011010 111110 10101 101010110 1010010 101100

Color Harmonies of #CA144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA144C

Black with #CA144C

Text Example


Text Example

White with #CA144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA144C; }

 p { color: rgb(202,20,76); }

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

background-color css

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

 a { background-color: rgb(202,20,76); }

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

border-color css

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

 span { border-color: rgb(202,20,76); }

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