#CA144A

Color #CA144A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CA144A

Tints of Cardinal #CA144A

Color information

#CA144A (or 0xCA144A) is unknown color: approx Cardinal. HEX triplet: CA, 14 and 4A. RGB value is (202,20,74). Sum of RGB (Red+Green+Blue) = 202+20+74=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA144A is #35EBB5. Grayscale: #505050. Windows color (decimal): -3533750 or 4854986. OLE color: 4854986.

HSL color Cylindrical-coordinate representation of color #CA144A: hue angle of 342.2º 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 #CA144A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2022074-
CMYK00.900.630.21
HSL342.2º81.98%43.53%-
HSV(B)342.2º90.1%79.22%-
XYZ25.8413.557.73-
YUV80.57124.3214.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.24%
GREEN value IS 20 (8.20% from 255) = 6.76%
BLUE value IS 74 (29.30% from 255) = 25%
R=68.24%
G=6.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202207400.900.630.21342.281.9843.53
HexCA144A05A3F15156522c
Octal312241120132772552612254
Binary1100101010100100101001011010111111101011010101101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA144A; }

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

 H1.HeaderClassName
 {
   color: #CA144A;
 }
 .AnyTagClassName
 {
   color: #CA144A;
 }
</style>
background-color css

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

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

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

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

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

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