#C51040

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

Shades of Cardinal #C51040

Tints of Cardinal #C51040

Color information

#C51040 (or 0xC51040) is unknown color: approx Cardinal. HEX triplet: C5, 10 and 40. RGB value is (197,16,64). Sum of RGB (Red+Green+Blue) = 197+16+64=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C51040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51040 is #3AEFBF. Grayscale: #4B4B4B. Windows color (decimal): -3862464 or 4198597. OLE color: 4198597.

HSL color Cylindrical-coordinate representation of color #C51040: hue angle of 344.09º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51040 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1971664-
CMYK00.920.680.23
HSL344.09º84.98%41.76%-
HSV(B)344.09º91.88%77.25%-
XYZ24.1412.616.01-
YUV75.59121.47214.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.12%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=71.12%
G=5.78%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197166400.920.680.23344.0984.9841.76
HexC5104005C4417158552a
Octal3052010001341042753012552
Binary11000101100001000000010111001000100101111010110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51040; }

 p { color: rgb(197,16,64); }

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

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

 a { background-color: rgb(197,16,64); }

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

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

 span { border-color: rgb(197,16,64); }

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