#C5144A

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

Shades of Cardinal #C5144A

Tints of Cardinal #C5144A

Color information

#C5144A (or 0xC5144A) is unknown color: approx Cardinal. HEX triplet: C5, 14 and 4A. RGB value is (197,20,74). Sum of RGB (Red+Green+Blue) = 197+20+74=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5144A is #3AEBB5. Grayscale: #4F4F4F. Windows color (decimal): -3861430 or 4854981. OLE color: 4854981.

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

Color convert

RGB1972074-
CMYK00.900.620.23
HSL341.69º81.57%42.55%-
HSV(B)341.69º89.85%77.25%-
XYZ24.5112.877.67-
YUV79.08125.14212.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.70%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=67.70%
G=6.87%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197207400.900.620.23341.6981.5742.55
HexC5144A05A3E17156522b
Octal305241120132762752612253
Binary1100010110100100101001011010111110101111010101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5144A; }

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

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

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

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

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

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

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

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