#C51549

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

Shades of Cardinal #C51549

Tints of Cardinal #C51549

Color information

#C51549 (or 0xC51549) is unknown color: approx Cardinal. HEX triplet: C5, 15 and 49. RGB value is (197,21,73). Sum of RGB (Red+Green+Blue) = 197+21+73=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C51549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51549 is #3AEAB6. Grayscale: #4F4F4F. Windows color (decimal): -3861175 or 4789701. OLE color: 4789701.

HSL color Cylindrical-coordinate representation of color #C51549: hue angle of 342.27º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51549 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1972173-
CMYK00.890.630.23
HSL342.27º80.73%42.75%-
HSV(B)342.27º89.34%77.25%-
XYZ24.512.897.5-
YUV79.55124.31211.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.70%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=67.70%
G=7.22%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197217300.890.630.23342.2780.7342.75
HexC515490593F17156512b
Octal305251110131772752612153
Binary1100010110101100100101011001111111101111010101101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51549; }

 p { color: rgb(197,21,73); }

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

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

 a { background-color: rgb(197,21,73); }

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

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

 span { border-color: rgb(197,21,73); }

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